AttachmentType.SizeSpecified Property

Definition

The SizeSpecified property gets a Boolean value that specifies whether the SizeSpecified property is serialized into the SOAP request. This property is read-only.

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

Property Value

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

Applies to