Class ActiveDirectoryDfsReplicationScheduleWindow
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Active Directory distributed file system (DFS) replication schedule window.
public class ActiveDirectoryDfsReplicationScheduleWindow : GlobalSerializableClassicBase
- Inheritance
-
ActiveDirectoryDfsReplicationScheduleWindow
Constructors
ActiveDirectoryDfsReplicationScheduleWindow()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationScheduleWindow class.
public ActiveDirectoryDfsReplicationScheduleWindow()
Properties
Bandwidth
Gets or sets the bandwidth allowed during the window.
public ActiveDirectoryDfsReplicationBandwidth Bandwidth { get; set; }
Property Value
Day
Gets or sets the day of week to which the window applies.
public DayOfWeek Day { get; set; }
Property Value
DurationString
Gets the duration as a human readable string.
public string DurationString { get; set; }
Property Value
EndTime
Gets or sets the end time of the window.
public DateTime EndTime { get; set; }
Property Value
StartTime
Gets or sets the start time of the window.
public DateTime StartTime { get; set; }
Property Value
SummaryString
Gets the human readable summary of the replication window.
public string SummaryString { get; set; }
Property Value
Methods
Clone()
Creates a clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationScheduleWindow object.
public ActiveDirectoryDfsReplicationScheduleWindow Clone()
Returns
- ActiveDirectoryDfsReplicationScheduleWindow
A clone of this CENTREL.XIA.Configuration.Types.ActiveDirectoryDfsReplicationScheduleWindow object.
ToString()
Returns the replication window as a human readable string.
public override string ToString()
Returns
- string
The replication window as a human readable string.