PublicFolder.ReplicationSchedule Property
Namespace: Microsoft.Exchange.Data.Mapi
Assembly: Microsoft.Exchange.Data.Mapi (in Microsoft.Exchange.Data.Mapi.dll)
Syntax
'Declaration
Public Property ReplicationSchedule As Schedule
Get
Set
'Usage
Dim instance As PublicFolder
Dim value As Schedule
value = instance.ReplicationSchedule
instance.ReplicationSchedule = value
public Schedule ReplicationSchedule { get; set; }