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!

ContextAttribute Class

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.

Object
   Attribute
      ContextAttribute

[Visual Basic]
Public Class ContextAttribute
   Inherits Attribute
   Implements IContextAttribute, IContextProperty
[C#]
public class ContextAttribute : Attribute, IContextAttribute,
   IContextProperty
[C++]
public __gc class ContextAttribute : public Attribute,
   IContextAttribute, IContextProperty
[JScript]
public class ContextAttribute extends Attribute, IContextAttribute,
   IContextProperty

Remarks

[To be supplied.]

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

ContextAttribute Members | System.Runtime.Remoting Namespace