Click or drag to resize
Galactic API

ActiveDirectoryUserAccountControlContains Method

Tests whether an integer contains a UserAccountControl flag.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static bool UserAccountControlContains(
	long accountControlValue,
	ActiveDirectoryUserAccountControl flag
)

Parameters

accountControlValue
Type: SystemInt64
The integer to test.
flag
Type: Galactic.ActiveDirectoryActiveDirectoryUserAccountControl
The UserAccountControl flag to look for.

Return Value

Type: Boolean
See Also