 | DropDownCheckListCheckedFlagValue Property |
Gets or sets the logical AND value of all checked items.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic long CheckedFlagValue { get; set; }
Public Property CheckedFlagValue As Long
Get
Set
public:
property long long CheckedFlagValue {
long long get ();
void set (long long value);
}
Request Example
View SourceProperty Value
Type:
Int64The checked flags bitwise value.
See Also