Redigera

JSObject.GetPropertyAsString(String) Method

Definition

Returns the value of the property as String if the property exists, otherwise null.

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

Parameters

propertyName
String

The name of the property.

Returns

The value of the property with the specified name.

Exceptions

The property value is not a string.

Remarks

This method throws a JSException when the property value is not a string.

Applies to