API Reference
Class
FsmoRoleHolder
Represents a FSMO role and its domain controller information.
Inheritance
- Object
- FsmoRoleHolder
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