MessagePartDescription.HasProtectionLevel Property

Definition

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

Property Value

true if a ProtectionLevel has been set for this message part; otherwise, false.

Applies to