CmdletAdapter<TObjectInstance>.ClassVersion Property

Definition

Name of the class (from the object model handled by this ObjectModelWrapper) that is wrapped by the currently executing cmdlet. This value can be null (i.e. when ClassVersion attribute is omitted in the ps1xml)

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

Property Value

Applies to