Compartilhar via


ServiceContractAttribute.HasProtectionLevel Propriedade

Definição

Obtém um valor que indica se o membro tem um nível de proteção atribuído.

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

Valor da propriedade

Boolean

true se a ProtectionLevel propriedade não Nonefor ; caso contrário, false. O padrão é false.

Comentários

A HasProtectionLevel propriedade indica se um valor de nível de proteção diferente de false foi definido para o contrato.

Aplica-se a