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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.