API Reference
Class
ForestTrustSuffix
Represents a forest trust suffix entry (included/excluded name routing entries).
Inheritance
- Object
- ForestTrustSuffix
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
- Property Assessment.ForestTrustSuffixes
Accepted by parameters
- Constructor Assessment.Assessment
- Method Assessment.Deconstruct
Constructors
public ForestTrustSuffix() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Suffix { get; set; } #DNS suffix or name pattern.
public String NetBiosName { get; set; } #Optional NetBIOS name associated with the suffix (when type is domain).
public String Sid { get; set; } #Optional domain SID string for the suffix (when type is domain).
public ForestTrustSuffixType Type { get; set; } #Indicates whether the suffix is included or excluded from routing.
public ForestTrustSuffixStatus Status { get; set; } #Operational status of the suffix.
public Int32 StatusFlag { get; set; } #Raw status flag value copied from the LSA record.
public Nullable<DateTime> WhenChanged { get; set; } #Last modification time when available.
public String Reason { get; set; } #Optional reason/annotation for the entry.
public Boolean HasFlags { get; } #Convenience indicator: true when StatusFlag is non-zero (any disabled/issue bits present).