PSModuleInfo.Definition 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.
If this is a script module, then this property will contain the PowerShell source text that was used to define this module.
public:
property System::String ^ Definition { System::String ^ get(); };
public:
property Platform::String ^ Definition { Platform::String ^ get(); };
public string Definition { get; }
member this.Definition : string
Public ReadOnly Property Definition As String