Object
ContextProperty
[Visual Basic] Public Class ContextProperty [C#] public class ContextProperty [C++] public __gc class ContextProperty [JScript] public class ContextProperty
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().
Namespace: System.Runtime.Remoting
Assembly: mscorlib.dll