MetadataAttribute.IsCode プロパティ

属性がコード属性かどうかを示す値を取得または設定します。

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

構文

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

value = instance.IsCode

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

プロパティ値

型: System.Boolean
属性がコード属性である場合は true、それ以外の場合は false です。

関連項目

参照

MetadataAttribute クラス

Microsoft.MasterDataServices 名前空間