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!

IContextAttribute Interface

Determines whether a particular context is OK for the context attribute and returns a context property for a new context.

IContextAttribute

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

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

Classes that Implement IContextAttribute

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

An IContextAttribute is exposed from all context attributes.

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

IContextAttribute Members | System.Runtime.Remoting Namespace