API Reference
Class
DomainControllerTimeRuntimeRow
Typed, per-DC runtime time service posture used by Testimo rules and other callers.
Inheritance
- Object
- DomainControllerTimeRuntimeRow
Constructors
public DomainControllerTimeRuntimeRow(String Domain, String Pdc, String DomainController, Boolean IsPdc, String Type, String NtpServer, Nullable<Boolean> NtpClientEnabled, Nullable<Boolean> NtpServerEnabled, Boolean PdcUsesNtp, Boolean PdcHasNtpServer, Boolean NonPdcUsesNt5ds) #Typed, per-DC runtime time service posture used by Testimo rules and other callers.
Parameters
- Domain System.String
- Pdc System.String
- DomainController System.String
- IsPdc System.Boolean
- Type System.String
- NtpServer System.String
- NtpClientEnabled System.Nullable{System.Boolean}
- NtpServerEnabled System.Nullable{System.Boolean}
- PdcUsesNtp System.Boolean
- PdcHasNtpServer System.Boolean
- NonPdcUsesNt5ds System.Boolean
Methods
public DomainControllerTimeRuntimeRow <Clone>$() #Returns:
DomainControllerTimeRuntimeRowpublic Void Deconstruct(out String Domain, out String Pdc, out String DomainController, out Boolean IsPdc, out String Type, out String NtpServer, out Nullable<Boolean> NtpClientEnabled, out Nullable<Boolean> NtpServerEnabled, out Boolean PdcUsesNtp, out Boolean PdcHasNtpServer, out Boolean NonPdcUsesNt5ds) #Returns:
VoidParameters
- Domain String
- Pdc String
- DomainController String
- IsPdc Boolean
- Type String
- NtpServer String
- NtpClientEnabled Nullable<Boolean>
- NtpServerEnabled Nullable<Boolean>
- PdcUsesNtp Boolean
- PdcHasNtpServer Boolean
- NonPdcUsesNt5ds Boolean
public virtual Boolean Equals(DomainControllerTimeRuntimeRow other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String Domain { get; set; } #public String Pdc { get; set; } #public String DomainController { get; set; } #public Boolean IsPdc { get; set; } #public String Type { get; set; } #public String NtpServer { get; set; } #public Nullable<Boolean> NtpClientEnabled { get; set; } #public Nullable<Boolean> NtpServerEnabled { get; set; } #public Boolean PdcUsesNtp { get; set; } #public Boolean PdcHasNtpServer { get; set; } #public Boolean NonPdcUsesNt5ds { get; set; } #