EntityKeyMetadata.KeyAttributes Property

 

Applies To: Dynamics CRM 2015

Gets or sets the key attributes.

Namespace:   Microsoft.Xrm.Sdk.Metadata
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

[DataMemberAttribute]
public string[] KeyAttributes { get; set; }
public:
[DataMemberAttribute]
property array<String^>^ KeyAttributes {
    array<String^>^ get();
    void set(array<String^>^ value);
}
[<DataMemberAttribute>]
member KeyAttributes : string[] with get, set
<DataMemberAttribute>
Public Property KeyAttributes As String()

Property Value

Type: System.String[]

Type: String

See Also

EntityKeyMetadata Class
Microsoft.Xrm.Sdk.Metadata Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright