MessagePartDescription.HasProtectionLevel 属性

定义

获取指示消息部分是否有 ProtectionLevel 属性的值的值。

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

属性值

如果已经为此消息部分设置了 true,则为 ProtectionLevel;否则为 false

适用于