PublicFolder.IssueWarningQuota property
Namespace: Microsoft.Exchange.Data.Storage.Management
Assembly: Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)
Syntax
'Declaration
Public Property IssueWarningQuota As Nullable(Of Unlimited(Of ByteQuantifiedSize))
Get
Set
'Usage
Dim instance As PublicFolder
Dim value As Nullable(Of Unlimited(Of ByteQuantifiedSize))
value = instance.IssueWarningQuota
instance.IssueWarningQuota = value
public Nullable<Unlimited<ByteQuantifiedSize>> IssueWarningQuota { get; set; }
Property value
Type: System.Nullable<Unlimited<ByteQuantifiedSize>>