次の方法で共有


MemberIdentifier.Code プロパティ

定義

エンティティのコンテキスト内で一意であるマスター データ メンバーのユーザー キーを指定します。

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

プロパティ値

メンバーの識別子のコード。

属性

適用対象