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 class name of the parameter.
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
The class name of the parameter.
See Also
CimMethodParameterDeclaration Class
Microsoft.Management.Infrastructure Namespace
Return to top