Click or drag to resize

UserIsLocalAccount Property

Gets a value that indicates if the user account is local or domain.

Returns true if the account is a local account, otherwise false

Namespace:  Cauldron
Assembly:  Cauldron.Win32.UserInformation (in Cauldron.Win32.UserInformation.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public bool IsLocalAccount { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Cauldron.User.IsLocalAccount"]

See Also