TypeDescriptor.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 TypeDescriptor
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetLocalizedDisplayName()
public ClientResult<string> GetLocalizedDisplayName()
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>