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