Share via


MessageContractMemberAttribute.HasProtectionLevel Propiedad

Definición

Cuando se invalida en una clase derivada, obtiene un valor que indica si el miembro tiene un nivel de protección asignado.

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

Valor de propiedad

Boolean

true si el miembro tiene un nivel de protección; de lo contrario, false.

Se aplica a