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