ManagementMemberAttribute::Name Property

 

Gets or sets the name of the management attribute.

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

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

Property Value

Type: System::String^

Returns a string which is the name of the management attribute.

.NET Framework
Available since 3.5
Return to top
Show: