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