CommandInfo.Source Property

Definition

Gets the source of the command (shown by default in Get-Command)

public:
 virtual property System::String ^ Source { System::String ^ get(); };
public:
 virtual property Platform::String ^ Source { Platform::String ^ get(); };
public virtual string Source { get; }
member this.Source : string
Public Overridable ReadOnly Property Source As String

Property Value

Applies to