Context::ContextProperties Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the array of the current context properties.

Namespace:   System.Runtime.Remoting.Contexts
Assembly:  mscorlib (in mscorlib.dll)

public:
property array<IContextProperty^>^ ContextProperties {
	[SecurityCriticalAttribute]
	virtual array<IContextProperty^>^ get();
}

Property Value

Type: array<System.Runtime.Remoting.Contexts::IContextProperty^>^

The current context properties array; otherwise, null if the context does not have any properties attributed to it.

.NET Framework
Available since 1.1
Return to top
Show: