ManagedNameAttribute::Name Property

 

Gets the name of the managed entity.

Namespace:   System.Management.Instrumentation
Assembly:  System.Management (in System.Management.dll)

public:
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

Returns a T:System.String value containing the name of the managed entity.

Contains the name of the managed entity.

Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.

.NET Framework
Available since 1.1
Return to top
Show: