CrmServiceClient.GetEntityName Method (Int32)
Applies To: Dynamics CRM 2015
Returns the Entity name for the given Type code
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public string GetEntityName(
int entityTypeCode
)
public:
String^ GetEntityName(
int entityTypeCode
)
member GetEntityName :
entityTypeCode:int -> string
Public Function GetEntityName (
entityTypeCode As Integer
) As String
Parameters
- entityTypeCode
Type: System.Int32
Return Value
Type: System.String
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright