CrmServiceClient.GetEntityDisplayNamePlural Method (String, Int32)
Applies To: Dynamics CRM 2015
Gets an Entity Name by Logical name or Type code.
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public string GetEntityDisplayNamePlural(
string entityName,
int entityTypeCode = -1
)
public:
String^ GetEntityDisplayNamePlural(
String^ entityName,
int entityTypeCode = -1
)
member GetEntityDisplayNamePlural :
entityName:string *
entityTypeCode:int = -1 -> string
Public Function GetEntityDisplayNamePlural (
entityName As String,
entityTypeCode As Integer
) As String
Parameters
entityName
Type: System.Stringlogical name of the entity
entityTypeCode
Type: System.Int32Type code for the entity
Return Value
Type: System.String
Localized plural name for the entity in the current users language
See Also
CrmServiceClient Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright