Context::ContextProperties Property
.NET Framework (current version)
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.
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
Available since 1.1
Show: