Subscription.LastExecutedSpecified Propriété

Définition

Obtient une valeur qui indique si la propriété LastExecuted est spécifiée.

public:
 property bool LastExecutedSpecified { bool get(); void set(bool value); };
public bool LastExecutedSpecified { get; set; }
member this.LastExecutedSpecified : bool with get, set
Public Property LastExecutedSpecified As Boolean

Valeur de propriété

true si la propriété LastExecuted doit être incluse dans l'appel du service Web ; sinon, false. Par défaut, il s’agit de false.

Remarques

Pour plus d’informations sur l’omission de propriétés, consultez Omission de valeurs pour les objets de service web facultatifs.

S’applique à