EntityReference Constructor (String)

 

Applies To: Dynamics CRM 2015

Initializes a new instance of the EntityReference class.

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

Syntax

public EntityReference(
    string logicalName
)
public:
EntityReference(
    String^ logicalName
)
new : 
        logicalName:string -> EntityReference
Public Sub New (
    logicalName As String
)

Parameters

See Also

EntityReference Overload
EntityReference Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright