JSObject.GetTypeOfProperty(String) Methode

Definitie

Retourneert typeof() de eigenschap.

public:
 System::String ^ GetTypeOfProperty(System::String ^ propertyName);
public string GetTypeOfProperty(string propertyName);
member this.GetTypeOfProperty : string -> string
Public Function GetTypeOfProperty (propertyName As String) As String

Parameters

propertyName
String

De naam van de eigenschap.

Retouren

Een van de 'undefined', 'object', 'boolean', 'number', 'bigint', 'string', 'symbol' of 'function'.

Van toepassing op