Click or drag to resize
Galactic API

UserRemoveUserAccountControlFlag Method

Removes a flag from the user's User Account Control attribute.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public bool RemoveUserAccountControlFlag(
	ActiveDirectoryUserAccountControl flag
)

Parameters

flag
Type: Galactic.ActiveDirectoryActiveDirectoryUserAccountControl
A flag from the predefined UserAccountControl flags.

Return Value

Type: Boolean
True if removed, false otherwise.
See Also