SystemMessage.QuotaMessageType property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property QuotaMessageType As Nullable(Of QuotaMessageType)
Get
'Usage
Dim instance As SystemMessage
Dim value As Nullable(Of QuotaMessageType)
value = instance.QuotaMessageType
public Nullable<QuotaMessageType> QuotaMessageType { get; }
Property value
Type: System.Nullable<QuotaMessageType>
See also
Reference
Microsoft.Exchange.Data.Directory.SystemConfiguration namespace