WindowStateOption Enumeration |
Shows the state of a window.
Namespace: Rally.RestApi.UiForWpfAssembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax public enum WindowStateOption
Public Enumeration WindowStateOption
public enum class WindowStateOption
Members
| Member name | Value | Description |
---|
| Open | 0 |
The window is open.
|
| Closed | 1 |
The window is closed.
|
See Also