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