RegisteredScript.Script Property

Definition

Gets the file name of the script.

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

Property Value

The file name of the script. This value can be null or empty.

Applies to