MessagePartDescription.HasProtectionLevel Propriedade
Definição
Obtém um valor que indica se a parte da mensagem tem um valor para a propriedade ProtectionLevel.Gets a value that indicates whether the message part has a value for the ProtectionLevel property.
public:
property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean
Valor da propriedade
true se um ProtectionLevel tiver sido definido para esta parte de mensagem; caso contrário, false .true if a ProtectionLevel has been set for this message part; otherwise, false.