ItemType.SizeSpecified Property

Definition

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.

public:
 property bool SizeSpecified { bool get(); void set(bool value); };
public bool SizeSpecified { get; set; }
Public Property SizeSpecified As Boolean

Property Value

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

Applies to