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입니다.

설명

설정되면 ProtectionLevel 속성이 HasProtectionLevel .로 true설정됩니다.

HasProtectionLevelHasProtectionLevel Windows Communication Foundation(WCF) 프로그래밍 모델의 속성에 해당합니다.

HasProtectionLevel 속성을 사용하여 이 작업의 메시지에 특정 보호 수준이 필요함을 나타냅니다.

적용 대상