ActiveDirectorySiteLink.InterSiteReplicationSchedule 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 ActiveDirectorySchedule object for the current site link object.
public:
property System::DirectoryServices::ActiveDirectory::ActiveDirectorySchedule ^ InterSiteReplicationSchedule { System::DirectoryServices::ActiveDirectory::ActiveDirectorySchedule ^ get(); void set(System::DirectoryServices::ActiveDirectory::ActiveDirectorySchedule ^ value); };
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule? InterSiteReplicationSchedule { get; set; }
public System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule InterSiteReplicationSchedule { get; set; }
member this.InterSiteReplicationSchedule : System.DirectoryServices.ActiveDirectory.ActiveDirectorySchedule with get, set
Public Property InterSiteReplicationSchedule As ActiveDirectorySchedule
Property Value
Gets or sets the ActiveDirectorySchedule object for the current site link object. Setting this property changes the replication schedule for the site link.
Exceptions
An Active Directory Domain Services operation failed. See the exception for details.
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.