CrmEntityReference.Id Property
Applies To: Dynamics CRM 2013
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 2013
Return to top