DebugSource.ScriptFile 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.
Script file for script or null.
public:
property System::String ^ ScriptFile { System::String ^ get(); };
public:
property Platform::String ^ ScriptFile { Platform::String ^ get(); };
public string ScriptFile { get; }
member this.ScriptFile : string
Public ReadOnly Property ScriptFile As String