言語

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

プロパティ値

コードを表す文字列です。

属性

適用対象