ExternalScriptInfo.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 this command.
public:
virtual property System::String ^ Source { System::String ^ get(); };
public:
virtual property Platform::String ^ Source { Platform::String ^ get(); };
public override string Source { get; }
member this.Source : string
Public Overrides ReadOnly Property Source As String