EntityInfo.PrimaryKeyProperty Property
Applies To: Dynamics CRM 2013
Gets the AttributeInfo of the primary key property.
Namespace: Microsoft.Xrm.Client.Metadata
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public AttributeInfo PrimaryKeyProperty { get; }
public:
property AttributeInfo^ PrimaryKeyProperty {
AttributeInfo^ get();
}
member PrimaryKeyProperty : AttributeInfo with get
Public ReadOnly Property PrimaryKeyProperty As AttributeInfo
Property Value
Type: Microsoft.Xrm.Client.Metadata.AttributeInfo
Type: AttributeInfo
The attribute info for the primary key.
See Also
AttributeInfo
EntityInfo Class
Microsoft.Xrm.Client.Metadata Namespace
Developer extensions for Microsoft Dynamics CRM 2013
Return to top