Gets the class name of the property value.
Namespace:   Microsoft.Management.Infrastructure
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public abstract string ReferenceClassName { get; }
public:
property String^ ReferenceClassName {
    virtual String^ get() abstract;
}
abstract ReferenceClassName : string with get
Public MustOverride ReadOnly Property ReferenceClassName As String
Property Value
Type: System.String
Returns a string that represents the class name.
See Also
CimPropertyDeclaration Class
Microsoft.Management.Infrastructure Namespace
Return to top