Share via


CrmServiceClient.GetEntityTypeCode Method (String)

 

Applies To: Dynamics CRM 2015

Gets the typecode of an entity by name.

Namespace:   Microsoft.Xrm.Tooling.Connector
Assembly:  Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)

Syntax

public string GetEntityTypeCode(
    string entityName
)
public:
String^ GetEntityTypeCode(
    String^ entityName
)
member GetEntityTypeCode : 
        entityName:string -> string
Public Function GetEntityTypeCode (
    entityName As String
) As String

Parameters

  • entityName
    Type: System.String

    name of the entity to get the type code on

Return Value

Type: System.String

See Also

CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright