MetadataAttribute.IsReadOnly プロパティ

属性が読み取り専用かどうかを示す値を取得または設定します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<DataMemberAttribute> _
Public Property IsReadOnly As Boolean
    Get
    Set
'使用
Dim instance As MetadataAttribute
Dim value As Boolean

value = instance.IsReadOnly

instance.IsReadOnly = value
[DataMemberAttribute]
public bool IsReadOnly { get; set; }
[DataMemberAttribute]
public:
property bool IsReadOnly {
    bool get ();
    void set (bool value);
}
[<DataMemberAttribute>]
member IsReadOnly : bool with get, set
function get IsReadOnly () : boolean
function set IsReadOnly (value : boolean)

プロパティ値

型: System.Boolean
属性が読み取り専用である場合は true、それ以外の場合は false。

関連項目

参照

MetadataAttribute クラス

Microsoft.MasterDataServices 名前空間