API Reference
Class
ForestTrustSuffixRow
Flattened forest-trust suffix row (one per suffix with source/target context).
Inheritance
- Object
- ForestTrustSuffixRow
Constructors
public ForestTrustSuffixRow() #Inherited Methods
Properties
public String TrustSource { get; set; } #Source (trusting) forest name.
public String TrustTarget { get; set; } #Target (trusted) forest name.
public String Suffix { get; set; } #DNS suffix value (either Included or Excluded set).
public ForestTrustSuffixType Type { get; set; } #Suffix type as reported by forest trust info (Included/Excluded).
public ForestTrustSuffixStatus Status { get; set; } #Enabled/Disabled state of the suffix.
public Int32 StatusFlag { get; set; } #Aggregated status flag value from the trust blob.
public String NetBiosName { get; set; } #Optional NetBIOS name associated with the suffix.
public String Sid { get; set; } #Optional domain SID that maps to the suffix.
public Nullable<DateTime> WhenChanged { get; set; } #Timestamp of the underlying trustedDomain change when available.