CrmServiceClient.GetEntityTypeCode(String) Method

Definition

Gets the typecode of an entity by name.

public:
 System::String ^ GetEntityTypeCode(System::String ^ entityName);
public string GetEntityTypeCode (string entityName);
member this.GetEntityTypeCode : string -> string
Public Function GetEntityTypeCode (entityName As String) As String

Parameters

entityName
String

name of the entity to get the type code on

Returns

Applies to