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

[Visual Basic]
Overridable Public Function GetProperty( _
   ByVal name As String _
) As IContextProperty
[C#]
public virtual IContextProperty GetProperty(
   string name
);
[C++]
public: virtual IContextProperty* GetProperty(
   String* name
);
[JScript]
public function GetProperty(
   name : String
) : IContextProperty;

Parameters

name
The name of the property

See Also

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