Table of Contents

Class ActiveDirectoryDfsReplicationSchedule

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents a collection of Active Directory distributed file system (DFS) replication schedule for a replication group or connection.

public class ActiveDirectoryDfsReplicationSchedule : BaseTypeSection
Inheritance
ActiveDirectoryDfsReplicationSchedule

Constructors

ActiveDirectoryDfsReplicationSchedule()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationSchedule class.

public ActiveDirectoryDfsReplicationSchedule()

Properties

IsInherited

Gets or sets whether the schedule is inherited.

public BooleanOption IsInherited { get; set; }

Property Value

BooleanOption

TimeZoneString

Gets the timezone of the schedule as a human readable string.

public string TimeZoneString { get; set; }

Property Value

string

UseUtc

Gets or sets whether the schedule uses UCT.

public BooleanOption UseUtc { get; set; }

Property Value

BooleanOption

Windows

Gets or sets the schedule windows.

public ActiveDirectoryDfsReplicationScheduleWindowCollection Windows { get; set; }

Property Value

ActiveDirectoryDfsReplicationScheduleWindowCollection

WindowsString

Gets the windows as a human readable string.

public string WindowsString { get; }

Property Value

string

Methods

Clone()

Returns a CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationSchedule cloned from this object.

public ActiveDirectoryDfsReplicationSchedule Clone()

Returns

ActiveDirectoryDfsReplicationSchedule

A CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationSchedule.

ToString()

Returns the schedule as a human readable string.

public override string ToString()

Returns

string

The schedule as a human readable string.