The scope script Note: The first request to Script property makes a http request to VCWS. Occasionally it may take up to a minute.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

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);
}

See Also