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!

Context.ContextID

Reserved. This read-only property returns the ContextID for the Context.

[Visual Basic]
Overridable Public ReadOnly Property ContextID As Integer
[C#]
public int ContextID {virtual get;}
[C++]
public: __property virtual int get_ContextID();
[JScript]
public function get ContextID() : int;

Property Value

Read only. Reserved. This property returns the ContextID for the context.

See Also

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