EntityIdentifier.GetLocalizedDisplayName method

Namespace:  Microsoft.BusinessData.MetadataModel
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetLocalizedDisplayName As ClientResult(Of String)
'Usage
Dim instance As EntityIdentifier
Dim returnValue As ClientResult(Of String)

returnValue = instance.GetLocalizedDisplayName()
public ClientResult<string> GetLocalizedDisplayName()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>

See also

Reference

EntityIdentifier class

EntityIdentifier members

Microsoft.BusinessData.MetadataModel namespace