MessageContractMemberAttribute.HasProtectionLevel プロパティ

定義

派生クラスでオーバーライドされると、メンバーに保護レベルが割り当てられているかどうかを示す値を取得します。

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

プロパティ値

true メンバーが保護レベルを持っている場合。それ以外の場合は false

適用対象