Context::ContextID Property

 

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

Gets the context ID for the current context.

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

public:
property int ContextID {
	[SecurityCriticalAttribute]
	virtual int get();
}

Property Value

Type: System::Int32

The context ID for the current context.

.NET Framework
Available since 1.1
Return to top
Show: