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!

ContextProperty.Property

Returns the actual context property object.

[Visual Basic]
Overridable Public ReadOnly Property Property As Object
[C#]
public object Property {virtual get;}
[C++]
public: __property virtual Object* get_Property();
[JScript]
public function get Property() : Object;

See Also

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