PersonalInfo.IsBuiltIn Property

 

Gets or sets a value that indicates whether the account is a built-in account.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

[DataMemberAttribute]
public bool IsBuiltIn { get; set; }
public:
[DataMemberAttribute]
property bool IsBuiltIn {
    bool get();
    void set(bool value);
}
<DataMemberAttribute>
Public Property IsBuiltIn As Boolean

Property Value

Type: System.Boolean

true if the account is a built-in account; otherwise, false.

See Also

PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top