Context::GetProperty Method (String^)

 

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

Returns a specific context property, specified by name.

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

public:
[SecurityCriticalAttribute]
virtual IContextProperty^ GetProperty(
	String^ name
)

Parameters

name
Type: System::String^

The name of the property.

Return Value

Type: System.Runtime.Remoting.Contexts::IContextProperty^

The specified context property.

.NET Framework
Available since 1.1
Return to top
Show: