EntityField.DefaultDisplayName property
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property DefaultDisplayName As String
Get
'Usage
Dim instance As EntityField
Dim value As String
value = instance.DefaultDisplayName
public string DefaultDisplayName { get; }
Property value
Type: System.String