Partager via


OperationDescription.HasProtectionLevel Propriété

Définition

Obtient une valeur qui indique si un niveau de protection a été défini pour l'opération.

public:
 property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean

Valeur de propriété

Boolean

true si le niveau de protection a été défini ; sinon, false.

Remarques

Lorsque ProtectionLevel est défini, la propriété HasProtectionLevel a la valeur true.

HasProtectionLevelcorrespond à la HasProtectionLevel propriété du modèle de programmation WINDOWS Communication Foundation (WCF).

Utilisez la propriété HasProtectionLevel pour indiquer qu'un niveau de protection spécifique est requis par les messages de cette opération.

S’applique à