FaultDescription.HasProtectionLevel 属性

定义

获取指示错误消息是否已分配保护级别的值。

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

属性值

Boolean

如果错误消息具有保护级别,则为 true;否则为 false。 默认值为 false

注解

HasProtectionLevel 属性指示是否已为 ProtectionLevel 设置了 FaultDescription 属性。

适用于