GenericCimCmdletActivity.ModuleDefinition 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.
For these cmdlets, there is no defining text.
protected:
virtual property System::String ^ ModuleDefinition { System::String ^ get(); };
protected:
virtual property Platform::String ^ ModuleDefinition { Platform::String ^ get(); };
protected override string ModuleDefinition { get; }
member this.ModuleDefinition : string
Protected Overrides ReadOnly Property ModuleDefinition As String