ScriptInfo.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.
Gets the definition of the ScriptBlock for the script. This is the ToString() of the ScriptBlock.
public:
virtual property System::String ^ Definition { System::String ^ get(); };
public:
virtual property Platform::String ^ Definition { Platform::String ^ get(); };
public override string Definition { get; }
member this.Definition : string
Public Overrides ReadOnly Property Definition As String