DropDownCheckListCheckedFlagValue Property

Gets or sets the logical AND value of all checked items.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[DefaultValueAttribute(0)]
[BrowsableAttribute(false)]
public long CheckedFlagValue { get; set; }

Property Value

Int64
The checked flags bitwise value.

See Also