CmdletAdapter<TObjectInstance>.ClassVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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