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.ContextProperties

This read-only property returns an array of the context properties.

[Visual Basic]
Overridable Public ReadOnly Property ContextProperties As _
   IContextProperty ()
[C#]
public IContextProperty[] ContextProperties {virtual get;}
[C++]
public: __property virtual IContextProperty*
   get_ContextProperties();
[JScript]
public function get ContextProperties() : IContextProperty[];

Property Value

Read only. This property returns an array of the context properties, of null if the property does not have any.

See Also

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