TestimoX

API Reference

Class

SiteLinkItem

Namespace ADPlayground.Replication.ForestSiteLinkPostureService
Assembly ADPlayground
Modifiers sealed

Per-link posture item.

Inheritance

  • Object
  • SiteLinkItem

Constructors

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

Properties

public String Name { get; set; } #

Site-link name.

public Int32 ReplicationFrequencyInMinutes { get; set; } #

Replication interval in minutes.

public Boolean UsesNotify { get; set; } #

True when the link uses change notifications.

public Boolean UsesTwoWaySync { get; set; } #

True when the link enables two-way sync.

public Boolean DisableCompression { get; set; } #

True when compression is disabled.

public Int32 SiteCount { get; set; } #

Total sites on the link.

public Boolean ExceedsRecommendedFrequency { get; set; } #

True when the link exceeds the maximum interval.