EntityKeyMetadata.KeyAttributes Property

Definition

Gets or sets the key attributes.

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

Property Value

String[]
Attributes

Applies to