API Reference
Class
FsmoRoleHolder
Represents a FSMO role and its domain controller information.
Inheritance
- Object
- FsmoRoleHolder
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 FsmoBestPracticeCheck.RoleHolders
- Method FsmoRoleChecker.GetRoleHolders
- Method FsmoRoleHolder.<Clone>$
- Method IFsmoRoleChecker.GetRoleHolders
Accepted by parameters
- Constructor FsmoBestPracticeCheck.FsmoBestPracticeCheck
- Method FsmoBestPracticeCheck.Deconstruct
- Constructor FsmoRoleChecker.FsmoRoleChecker
Constructors
public FsmoRoleHolder(ActiveDirectoryRole Role, String ServerName, String Site, Boolean IsOnline, Boolean IsWritable) #Represents a FSMO role and its domain controller information.
Parameters
- Role System.DirectoryServices.ActiveDirectory.ActiveDirectoryRole
- ServerName System.String
- Site System.String
- IsOnline System.Boolean
- IsWritable System.Boolean
Methods
public virtual FsmoRoleHolder <Clone>$() #Returns:
FsmoRoleHolderpublic Void Deconstruct(out ActiveDirectoryRole Role, out String ServerName, out String Site, out Boolean IsOnline, out Boolean IsWritable) #Returns:
VoidParameters
- Role ActiveDirectoryRole
- ServerName String
- Site String
- IsOnline Boolean
- IsWritable Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String