Share via


CrmEntityReference.Id Property

 

Applies To: Dynamics CRM 2015

Gets or sets the ID of the record (entity instance).

Namespace:   Microsoft.Xrm.Client
Assembly:  Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)

Syntax

public Guid Id { get; set; }
public:
property Guid Id {
    Guid get();
    void set(Guid value);
}
member Id : Guid with get, set
Public Property Id As Guid

Property Value

Type: System.Guid

Type: Guid
The ID of the record (entity instance).

See Also

CrmEntityReference Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015

Return to top

© 2017 Microsoft. All rights reserved. Copyright