共用方式為


OperationDescription.HasProtectionLevel 屬性

定義

取得值,指出作業是否已設定保護層級。

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

屬性值

Boolean

如果已設定保護層級,則為 true,否則為 false

備註

如果已設定 ProtectionLevelHasProtectionLevel 屬性會設定為 true

HasProtectionLevel會對應至 HasProtectionLevel Windows Communication Foundation (WCF) 程式設計模型中的屬性。

您可以使用 HasProtectionLevel 屬性指出這個作業的訊息所需要的特定保護層級。

適用於