EntityReference.KeyAttributes Property
Applies To: Dynamics CRM 2015
Gets or sets the key attributes.
Namespace: Microsoft.Xrm.Sdk
Assembly: Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)
Syntax
[DataMemberAttribute]
public KeyAttributeCollection KeyAttributes { get; set; }
public:
[DataMemberAttribute]
property KeyAttributeCollection^ KeyAttributes {
KeyAttributeCollection^ get();
void set(KeyAttributeCollection^ value);
}
[<DataMemberAttribute>]
member KeyAttributes : KeyAttributeCollection with get, set
<DataMemberAttribute>
Public Property KeyAttributes As KeyAttributeCollection
Property Value
Type: Microsoft.Xrm.Sdk.KeyAttributeCollection
Type: KeyAttributeCollection.
See Also
EntityReference Class
Microsoft.Xrm.Sdk Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright