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!

IContextProperty Interface

Gathers naming information from the context property and determines whether the new context is ok for the context property.

IContextProperty

[Visual Basic]
Public Interface IContextProperty
[C#]
public interface IContextProperty
[C++]
public __gc __interface IContextProperty

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Classes that Implement IContextProperty

Class Description
ContextAttribute ContextAttribute is the root for all context attributes. ContextAttribute provides the default implementations of IContextAttribute and IContextProperty. Simple Context properties can derived from ContextAttribute with the context attribute and the context property being in the class. For more specialized or more sophisticated needs the context attribute still derives from ContextAttribute and context property can be split into a separated class.

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

IContextProperty Members | System.Runtime.Remoting Namespace