GenericCimCmdletActivity.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 that implements the associated cmdlet
public:
abstract property Type ^ TypeImplementingCmdlet { Type ^ get(); };
public:
abstract property Platform::Type ^ TypeImplementingCmdlet { Platform::Type ^ get(); };
public abstract Type TypeImplementingCmdlet { get; }
member this.TypeImplementingCmdlet : Type
Public MustOverride ReadOnly Property TypeImplementingCmdlet As Type