GlobalObject.String Property

Definition

Gets a reference to a StringConstructor object.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static property Microsoft::JScript::StringConstructor ^ String { Microsoft::JScript::StringConstructor ^ get(); };
public static Microsoft.JScript.StringConstructor String { get; }
static member String : Microsoft.JScript.StringConstructor
Public Shared ReadOnly Property String As StringConstructor

Property Value

A reference to a StringConstructor object.

Applies to