API Reference
Class
ComputerItem
Minimal computer projection for inactivity and password-age posture.
Inheritance
- Object
- ComputerItem
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
- Method ComputerItem.<Clone>$
- Property View.Inactive90Days
- Property View.OldPassword45Days
- Property View.OldPassword90Days
Accepted by parameters
- Constructor View.View
- Constructor View.View
- Constructor View.View
- Method View.Deconstruct
- Method View.Deconstruct
- Method View.Deconstruct
Constructors
public ComputerItem(String DistinguishedName, String Host, Boolean Disabled, Nullable<DateTime> LastLogon, Nullable<DateTime> PasswordLastSet, Nullable<Int32> LastLogonDays, Nullable<Int32> PasswordLastChangedDays) #Minimal computer projection for inactivity and password-age posture.
Parameters
- DistinguishedName System.String
- Host System.String
- Disabled System.Boolean
- LastLogon System.Nullable{System.DateTime}
- PasswordLastSet System.Nullable{System.DateTime}
- LastLogonDays System.Nullable{System.Int32}
- PasswordLastChangedDays System.Nullable{System.Int32}
Methods
public ComputerItem <Clone>$() #Returns:
ComputerItempublic Void Deconstruct(out String DistinguishedName, out String Host, out Boolean Disabled, out Nullable<DateTime> LastLogon, out Nullable<DateTime> PasswordLastSet, out Nullable<Int32> LastLogonDays, out Nullable<Int32> PasswordLastChangedDays) #Returns:
VoidParameters
- DistinguishedName String
- Host String
- Disabled Boolean
- LastLogon Nullable<DateTime>
- PasswordLastSet Nullable<DateTime>
- LastLogonDays Nullable<Int32>
- PasswordLastChangedDays Nullable<Int32>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DistinguishedName { get; set; } #public String Host { get; set; } #public Boolean Disabled { get; set; } #public Nullable<DateTime> LastLogon { get; set; } #public Nullable<DateTime> PasswordLastSet { get; set; } #public Nullable<Int32> LastLogonDays { get; set; } #public Nullable<Int32> PasswordLastChangedDays { get; set; } #