PSGeneratedCIMActivity.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.
Contains the powershell text defining the mode for this command.
protected:
abstract property System::String ^ ModuleDefinition { System::String ^ get(); };
protected:
abstract property Platform::String ^ ModuleDefinition { Platform::String ^ get(); };
protected abstract string ModuleDefinition { get; }
member this.ModuleDefinition : string
Protected MustOverride ReadOnly Property ModuleDefinition As String