CmdletAdapter<TObjectInstance>.ClassName 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.
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