| 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
)
Public Shared Function GetUserAccountControlName (
uac As ActiveDirectoryUserAccountControl
) As String
public:
static String^ GetUserAccountControlName(
ActiveDirectoryUserAccountControl uac
)
static member GetUserAccountControlName :
uac : ActiveDirectoryUserAccountControl -> string
Parameters
- uac
- Type: Galactic.ActiveDirectoryActiveDirectoryUserAccountControl
The value of the User Account Control flag.
Return Value
Type:
StringThe name of the flag.
See Also