CommandInfo.Definition Property

Definition

A string representing the definition of the command.

public:
 abstract property System::String ^ Definition { System::String ^ get(); };
public:
 abstract property Platform::String ^ Definition { Platform::String ^ get(); };
public abstract string Definition { get; }
member this.Definition : string
Public MustOverride ReadOnly Property Definition As String

Property Value

Remarks

This is overridden by derived classes to return specific information for the command type.

Applies to