Create a context attribute with the specified name using this constructor
[Visual Basic] Public Sub New( _ ByVal name As String _ ) [C#] public ContextAttribute( string name ); [C++] public: ContextAttribute( String* name ); [JScript] public function ContextAttribute( name : String );
ContextAttribute Class | ContextAttribute Members | System.Runtime.Remoting Namespace