Comparteix a través de


FaultDescription.HasProtectionLevel Propiedad

Definición

Obtiene un valor que indica si el mensaje de error tiene asignado un nivel de protección.

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

Valor de propiedad

true si el mensaje de error tiene un nivel de protección; de lo contrario, false. El valor predeterminado es false.

Comentarios

La HasProtectionLevel propiedad indica si la ProtectionLevel propiedad se ha establecido para .FaultDescription

Se aplica a