FaultDescription.HasProtectionLevel Property

Definition

Gets a value that indicates whether the fault message has a protection level assigned.

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

Property Value

true if the fault message has a protection level; otherwise, false. The default is false.

Remarks

The HasProtectionLevel property indicates whether the ProtectionLevel property has been set for the FaultDescription.

Applies to