TransportProcessingQuotaConfig.TimeWindow property
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Property TimeWindow As Integer
Get
Set
'Usage
Dim instance As TransportProcessingQuotaConfig
Dim value As Integer
value = instance.TimeWindow
instance.TimeWindow = value
public int TimeWindow { get; set; }
Property value
Type: System.Int32
See also
Reference
TransportProcessingQuotaConfig class