IProperties
What it does
A collection of IProperty objects.
Methods
Definition | Description |
---|---|
Delete (name : string) | Deletes the property with the specified name. This method is unavailable from the script rules. |
Get (name : string) : string | Retrieves the property value by the name. |
Has (name : string) : bool | Checks whether the set contains the property with the specified name. |
Set (name : string, value : string) |
Sets the value of a named property. Creates a property, if it does not exist. This method is unavailable from the script rules. Note: For information on how to change document state, refer to the ITaskWindow interface. |
12.04.2024 18:16:02