IContextProperty::Name Property

 

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

Gets the name of the property under which it will be added to the context.

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

property String^ Name {
	[SecurityCriticalAttribute]
	String^ get();
}

Property Value

Type: System::String^

The name of the property.

.NET Framework
Available since 1.1
Return to top
Show: