PersonalInfo.IsLocalUser Property
Gets or sets a value that indicates whether the user account exists on the local computer.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public bool IsLocalUser { get; set; }
public:
[DataMemberAttribute]
property bool IsLocalUser {
bool get();
void set(bool value);
}
<DataMemberAttribute>
Public Property IsLocalUser As Boolean
Property Value
Type: System.Boolean
true if the user account is on the local computer; otherwise, false.
See Also
PersonalInfo Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top