ExternalScriptInfo.ScriptContents 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 original contents of the script.
public:
property System::String ^ ScriptContents { System::String ^ get(); };
public:
property Platform::String ^ ScriptContents { Platform::String ^ get(); };
public string ScriptContents { get; }
member this.ScriptContents : string
Public ReadOnly Property ScriptContents As String