API Reference
Class
GppUserEntry
Represents a GPP Local User configuration item.
Inheritance
- GppBaseEntry
- GppUserEntry
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property GpoPreferencesSummary.LocalUsers
Constructors
public GppUserEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String FullName { get; set; } #Full display name.
public Nullable<Boolean> DisabledUser { get; set; } #Whether the account should be disabled.
public Nullable<Boolean> PasswordNeverExpires { get; set; } #Whether the password never expires flag is set.
public Nullable<Boolean> MustChangePassword { get; set; } #Require password change at next logon.
public Nullable<Boolean> CannotChangePassword { get; set; } #Prevent the user from changing their password.
Inherited Properties
public String Scope { get; set; } #Inherited from GppBaseEntry
public String SourceXml { get; set; } #Inherited from GppBaseEntry
public String Action { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> Enabled { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> HasTargeting { get; set; } #Inherited from GppBaseEntry
public Nullable<Boolean> TargetingMatched { get; set; } #Inherited from GppBaseEntry
public String TargetingSummary { get; set; } #Inherited from GppBaseEntry