OperationDescription.HasProtectionLevel 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示操作是否已设置保护级别的值。
public:
property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean
属性值
如果已经设置了保护级别,则为 true
,否则为 false
。
注解
如果设置了 ProtectionLevel,则 HasProtectionLevel 属性设置为 true
。
HasProtectionLevel对应于 HasProtectionLevel Windows Communication Foundation (WCF) 编程模型中的属性。
使用 HasProtectionLevel 属性可以指示操作的消息所要求的特定保护级别。