CmdletAdapter<TObjectInstance>.Cmdlet 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.
Cmdlet that this ObjectModelWrapper is associated with.
public:
property System::Management::Automation::PSCmdlet ^ Cmdlet { System::Management::Automation::PSCmdlet ^ get(); };
public System.Management.Automation.PSCmdlet Cmdlet { get; }
member this.Cmdlet : System.Management.Automation.PSCmdlet
Public ReadOnly Property Cmdlet As PSCmdlet