Click or drag to resize
Galactic API

ActiveDirectoryGetUserAccountControlName Method

Gets a string with the name of a User Account Control flag given its value.

Namespace:  Galactic.ActiveDirectory
Assembly:  Galactic.ActiveDirectory (in Galactic.ActiveDirectory.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public static string GetUserAccountControlName(
	ActiveDirectoryUserAccountControl uac
)

Parameters

uac
Type: Galactic.ActiveDirectoryActiveDirectoryUserAccountControl
The value of the User Account Control flag.

Return Value

Type: String
The name of the flag.
See Also