Langue

ItemParameter.AllowBlankSpecified Propriété

Définition

Obtient ou fixe une valeur qui indique si la AllowBlank propriété est spécifiée.

public:
 property bool AllowBlankSpecified { bool get(); void set(bool value); };
[System.Xml.Serialization.XmlIgnore]
public bool AllowBlankSpecified { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.AllowBlankSpecified : bool with get, set
Public Property AllowBlankSpecified As Boolean

Valeur de propriété

true si la AllowBlank propriété doit être incluse dans l’appel du service Web ; sinon, false. La valeur par défaut est false.

Attributs

Remarques

Pour plus d’informations sur l’omission de propriétés, voir Omettre des valeurs pour les objets Web Service optionnels.

S’applique à