Click or drag to resize
WindowStateOption Enumeration
Shows the state of a window.

Namespace: Rally.RestApi.UiForWpf
Assembly: Rally.RestApi.UiForWpf (in Rally.RestApi.UiForWpf.dll) Version: 3.1.1.0 (3.1.1.0)
Syntax
public enum WindowStateOption
Members
  Member nameValueDescription
Open0 The window is open.
Closed1 The window is closed.
See Also