CrmEntityReference Constructor (String, Guid)
Applies To: Dynamics CRM 2015
Initializes an instance of the CrmEntityReference class.
Namespace: Microsoft.Xrm.Client
Assembly: Microsoft.Xrm.Client (in Microsoft.Xrm.Client.dll)
Syntax
public CrmEntityReference(
string logicalName,
Guid id
)
public:
CrmEntityReference(
String^ logicalName,
Guid id
)
new :
logicalName:string *
id:Guid -> CrmEntityReference
Public Sub New (
logicalName As String,
id As Guid
)
Parameters
logicalName
Type: System.StringType: String. The logical name of the entity.
id
Type: System.GuidType: Guid. The ID of the record (entity instance).
See Also
CrmEntityReference Overload
CrmEntityReference Class
Microsoft.Xrm.Client Namespace
Developer extensions for Microsoft Dynamics CRM 2015
Return to top
© 2017 Microsoft. All rights reserved. Copyright