ActiveDirectorySite.IntraSiteReplicationSchedule Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the default setting for the replication schedule for the site.
public:
property System::DirectoryServices::ActiveDirectory::ActiveDirectorySchedule ^ IntraSiteReplicationSchedule { System::DirectoryServices::ActiveDirectory::ActiveDirectorySchedule ^ get(); void set(System::DirectoryServices::ActiveDirectory::ActiveDirectorySchedule ^ value); };
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? IntraSiteReplicationSchedule { get; set; }
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule IntraSiteReplicationSchedule { get; set; }
member this.IntraSiteReplicationSchedule : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule with get, set
Public Property IntraSiteReplicationSchedule As ActiveDirectorySchedule
Property Value
A read/write ActiveDirectorySchedule that represents the default setting for the replication schedule for the site.
Exceptions
A call to the underlying directory service resulted in an error.
The object has been disposed.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.