EntityKeyMember.Key Property

Definition

Gets or sets the name of the entity 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

Property Value

The key name.

Attributes

Applies to