NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContextAttribute Constructor

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
);

Parameters

name
The name of the context attribute

See Also

ContextAttribute Class | ContextAttribute Members | System.Runtime.Remoting Namespace