Methods
| Method | Description |
|---|---|
Delete( name : string ) | Deletes the property with the specified name. This method is unavailable from 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 script rules. For information on how to change document state, see the ITaskWindow interface. |
