JSObject.GetTypeOfProperty(String) Método

Definición

Devuelve typeof() de la propiedad .

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

Parámetros

propertyName
String

El nombre de la propiedad.

Devoluciones

Uno de "undefined", "object", "boolean", "number", "bigint", "string", "symbol" o "function".

Se aplica a