ItemType.ImportanceSpecified Property

Definition

The ImportanceSpecified property gets or sets a Boolean value that specifies whether the Importance property is serialized into theSOAP request. This property is required if the Importance property is specified.

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

Property Value

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

Applies to