SettingNodeSetOfBoolItem Property
|
Namespace:
OmniPageCSDK.Objects
Assembly:
OmniPageCSDK.Objects (in OmniPageCSDK.Objects.dll) Version: 22.2.0.0 (22.2.24312.100)
Syntaxpublic bool this[
Enum index
] { get; set; }Public Default Property Item (
index As Enum
) As Boolean
Get
Set
public:
property bool default[Enum^ index] {
bool get (Enum^ index);
void set (Enum^ index, bool value);
}Parameters
- index
- Type: SystemEnum
Return Value
Type:
Boolean
See Also