In a rule, this interface is implemented by the predefined object named SharedVariable.
Public Interface ISharedVariable
public interface ISharedVariable
The ISharedVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| Value |
Gets or sets the value of a shared temporary variable.
If a variable with the given name does not already exist, setting a value will create the variable and then set its value.
|
| Name | Description | |
|---|---|---|
| Exists |
Gets a value that indicates whether a shared variable with the given name exists in the current session.
| |
| Remove |
Removes (deletes) the specified temporary variable.
| |
| RemoveAll |
Removes (deletes) all variables in the current session.
|