API Reference
Class
ForestTrustSuffix
Represents a forest trust suffix entry (included/excluded name routing entries).
Inheritance
- Object
- ForestTrustSuffix
Constructors
public ForestTrustSuffix() #Inherited Methods
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).