CmdletAdapter<TObjectInstance>.ClassName Property

Definition

Name of the class (from the object model handled by this ObjectModelWrapper) that is wrapped by the currently executing cmdlet.

public:
 property System::String ^ ClassName { System::String ^ get(); };
public:
 property Platform::String ^ ClassName { Platform::String ^ get(); };
public string ClassName { get; }
member this.ClassName : string
Public ReadOnly Property ClassName As String

Property Value

Applies to