API Reference
Class
AdminCountReportEntry
Represents an adminCount account discovered in a forest domain.
Inheritance
- Object
- AdminCountReportEntry
Constructors
public AdminCountReportEntry(String ForestName, String DomainName, String SamAccountName, Nullable<DateTime> LastLogon, Nullable<DateTime> LastLogonTimestamp) #Represents an adminCount account discovered in a forest domain.
Parameters
- ForestName System.String
- DomainName System.String
- SamAccountName System.String
- LastLogon System.Nullable{System.DateTime}
- LastLogonTimestamp System.Nullable{System.DateTime}
Methods
public virtual AdminCountReportEntry <Clone>$() #Returns:
AdminCountReportEntrypublic Void Deconstruct(out String ForestName, out String DomainName, out String SamAccountName, out Nullable<DateTime> LastLogon, out Nullable<DateTime> LastLogonTimestamp) #Returns:
VoidParameters
- ForestName String
- DomainName String
- SamAccountName String
- LastLogon Nullable<DateTime>
- LastLogonTimestamp Nullable<DateTime>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String