RasEntry.Script Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the path of the script file.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public string Script { get; set; }
Visual Basic
Public Property Script As String
	Get
	Set
Visual C++
public:
property String^ Script {
	String^ get ();
	void set (String^ value);
}
F#
member Script : string with get, set

Property Value

Type: String

Remarks

To indicate a SWITCH.INF script name, set the first character to "[".

See Also