Structure.Property

Syntax:

Property(<Key>, <ValueFound>)

Parameters:

<Key> (required)

Type: String.
Key for property search.

<ValueFound> (optional)

Type: Arbitrary.
A found value is returned into this parameter. If the structure does not contain the key, Undefined is returned.

Returned value:

Type: Boolean.
True indicates the key was found; otherwise it is False.

Description:

Obtains value of the element with the specified name, and also checks whether the specified property exists.

Availability:

Thin client, web-client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Example:

Filter.Property("Date");

    

1C:Enterprise Developer's Community