NewCimInstance.TypeImplementingCmdlet 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.
The .NET type implementing the cmdlet to invoke.
public:
virtual property Type ^ TypeImplementingCmdlet { Type ^ get(); };
public:
virtual property Platform::Type ^ TypeImplementingCmdlet { Platform::Type ^ get(); };
public override Type TypeImplementingCmdlet { get; }
member this.TypeImplementingCmdlet : Type
Public Overrides ReadOnly Property TypeImplementingCmdlet As Type