Share via


EntityKeyMember.Key 속성

정의

엔터티 키의 이름을 가져오거나 설정합니다.

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

속성 값

키 이름입니다.

특성

적용 대상