Visual Basic (Declaration) | |
---|---|
Public MustOverride Property Window As WindowType |
C# | |
---|---|
public abstract WindowType Window {get; set;} |
C++/CLI | |
---|---|
public: abstract property WindowType Window { WindowType get(); void set ( WindowType value); } |
When time gating enabled and GateWindowIsMain is set to true, the window specified in this property is also applied to the gated time data.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)