MemberIdentifier.Code プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
マスター データ メンバーのユーザー キーを取得または設定します。ユーザー キーは、エンティティのコンテキスト内で一意です。
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
プロパティ値
コードを表す文字列。
- 属性