Share via


ItemType.SizeSpecified Property

The SizeSpecified property gets or sets a Boolean value that specifies whether the Size property is serialized into the SOAP request. This property is required if the Size property is specified.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

'Declaration
Public Property SizeSpecified As Boolean
    Get
    Set
'Usage
Dim instance As ItemType
Dim value As Boolean

value = instance.SizeSpecified

instance.SizeSpecified = value
public bool SizeSpecified { get; set; }

Property Value

Type: System.Boolean
The SizeSpecified property returns true if the Size property is serialized into the SOAP request; otherwise, the property returns false.