Visual Basic (Declaration) | |
---|---|
Public MustOverride Property GateWindow As WindowType |
C# | |
---|---|
public abstract WindowType GateWindow {get; set;} |
C++/CLI | |
---|---|
public: abstract property WindowType GateWindow { WindowType get(); void set ( WindowType value); } |
Determine the type of window to apply to gated time data.
If the GateWindowIsMain property is set to true, then GateWindow is ignored and the value of the Window property is used instead.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)