Compartir a través de


FaultDescription.HasProtectionLevel Propiedad

Definición

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

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

Valor de propiedad

Boolean

true si el mensaje de error tiene un nivel de protección; de lo contrario, false. De manera predeterminada, es false.

Comentarios

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

Se aplica a