ServiceContractAttribute.HasProtectionLevel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指出成員是否已指派保護層級的值。
public:
property bool HasProtectionLevel { bool get(); };
public bool HasProtectionLevel { get; }
member this.HasProtectionLevel : bool
Public ReadOnly Property HasProtectionLevel As Boolean
屬性值
如果 ProtectionLevel 屬性不為 None 則為 true
,否則為 false
。 預設為 false
。
備註
屬性 HasProtectionLevel 會指出是否已為合約設定以外的 false
保護層級值。