Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the property.
Namespace: Microsoft.Management.Infrastructure
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract string Name { get; }
public:
property String^ Name {
virtual String^ get() abstract;
}
abstract Name : string with get
Public MustOverride ReadOnly Property Name As String
Property Value
Type: System.String
The name of the property.
See Also
CimProperty Class
Microsoft.Management.Infrastructure Namespace
Return to top