API Reference
Class
View (SidHistorySameDomainEvaluator)
Domain view with a count of sIDHistory values referencing the same domain.
Inheritance
- Object
- View
Constructors
public View(String DomainName, Int32 Count, Boolean QuerySucceeded, String ErrorMessage) #Domain view with a count of sIDHistory values referencing the same domain.
Parameters
- DomainName System.String
- Domain DNS name.
- Count System.Int32
- Number of sIDHistory values with the same domain SID prefix.
- QuerySucceeded System.Boolean
- True when source data was successfully collected.
- ErrorMessage System.String
- Optional collection error details.
Methods
public View <Clone>$() #Returns:
Viewpublic Void Deconstruct(out String DomainName, out Int32 Count, out Boolean QuerySucceeded, out String ErrorMessage) #Returns:
VoidParameters
- DomainName String
- Count Int32
- QuerySucceeded Boolean
- ErrorMessage String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public String DomainName { get; set; } #Domain DNS name.
public Int32 Count { get; set; } #Number of sIDHistory values with the same domain SID prefix.
public Boolean QuerySucceeded { get; set; } #True when source data was successfully collected.
public String ErrorMessage { get; set; } #Optional collection error details.