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 Class

Object
   ContextProperty

[Visual Basic]
Public Class ContextProperty
[C#]
public class ContextProperty
[C++]
public __gc class ContextProperty
[JScript]
public class ContextProperty

Remarks

The properties that make up the context are provided by various automatic services and are set up by Activation Services at the time the Context is created. Each property is itself a managed object. Depending upon whether properties contribute MessageSinks or not, we look upon them as being Active or Passive. A ContextProperty is a name-value pair. An array of these is returned by Context::ContextProperties().

Requirements

Namespace: System.Runtime.Remoting

Assembly: mscorlib.dll

See Also

ContextProperty Members | System.Runtime.Remoting Namespace