Checks if a flag is enabled for the specified flagIndex.
Namespace: SimpleMode.SecureLicenseManagerAssembly: SimpleMode.SecureLicenseManager (in SimpleMode.SecureLicenseManager.dll) Version: 1.5.5120.0 (1.5.5120.0)
Syntax
C# |
---|
public bool IsFlagEnabled(
int flagIndex
) |
Visual Basic |
---|
Public Function IsFlagEnabled ( _
flagIndex As Integer _
) As Boolean |
Visual C++ |
---|
public:
bool IsFlagEnabled(
int flagIndex
) |
Parameters
- flagIndex
- Type: System..::..Int32
The index at which the flag enabled state will be checked.
Return Value
True if the flag at flagIndex is enabled.
See Also