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