Scope runtime version. Pass null to use the default version. Default is null.

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

Syntax

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

See Also