Condividi tramite


FaultDescription.HasProtectionLevel Proprietà

Definizione

Ottiene un valore che indica se è stato assegnato un livello di protezione al messaggio di errore.

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

Valore della proprietà

Boolean

true se il messaggio di errore è dotato di un livello di protezione. In caso contrario, false. Il valore predefinito è false.

Commenti

La proprietà HasProtectionLevel indica se la proprietà ProtectionLevel è stata impostata per la classe FaultDescription.

Si applica a