Class ActiveDirectoryDfsTargetBase
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) target.
public abstract class ActiveDirectoryDfsTargetBase : GlobalSerializableClassicBase, IComparable<ActiveDirectoryDfsTargetBase>
- Inheritance
-
ActiveDirectoryDfsTargetBase
- Implements
- Derived
Constructors
ActiveDirectoryDfsTargetBase()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsTargetBase class.
public ActiveDirectoryDfsTargetBase()
Properties
Identifier
Gets or sets the unique identifier of the target.
public Guid Identifier { get; set; }
Property Value
ReferralPriorityRank
Gets or sets the referral priority rank for the target.
public int ReferralPriorityRank { get; set; }
Property Value
ReferralTargetPriority
Gets or sets the referral target priority for the target.
public ActiveDirectoryDfsReferralTargetPriority ReferralTargetPriority { get; set; }
Property Value
ServerName
Gets or sets the server name.
public string ServerName { get; set; }
Property Value
State
Gets or sets the target state.
public ActiveDirectoryDfsState State { get; set; }
Property Value
TargetPath
Gets or sets the target path.
public string TargetPath { get; set; }
Property Value
Methods
CompareTo(ActiveDirectoryDfsTargetBase)
Compares two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsTargetBase objects to allow sorting alphabetically by target path.
public int CompareTo(ActiveDirectoryDfsTargetBase other)
Parameters
other
ActiveDirectoryDfsTargetBaseThe CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsTargetBase object to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsTargetBase objects.
ToString()
Returns the server name of the target.
public override string ToString()
Returns
- string
The server name of the target