TestimoX

API Reference

Class

Item (FsmoRolePostureService)

Namespace ADPlayground.Domains.FsmoRolePostureService
Assembly ADPlayground
Modifiers sealed

Single FSMO role holder posture item.

Inheritance

  • Object
  • Item

Constructors

public Item() #
Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)

Properties

public String Role { get; set; } #

Role name.

public String RoleScope { get; set; } #

Role scope label.

public String ServerName { get; set; } #

Server hosting the role.

public String Site { get; set; } #

Active Directory site of the holder when available.

public Boolean IsOnline { get; set; } #

True when the server appears reachable.

public Boolean IsWritable { get; set; } #

True when the holder is writable.

public Boolean IsForestRole { get; set; } #

True when the role is forest-scoped.