次の方法で共有


MemberIdentifier.Code プロパティ

定義

マスター データ メンバーのユーザー キーを取得または設定します。ユーザー キーは、エンティティのコンテキスト内で一意です。

public:
 property System::String ^ Code { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string Code { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true)>]
member this.Code : string with get, set
Public Property Code As String

プロパティ値

コードを表す文字列。

属性

適用対象