CommandInfo.Source 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 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