IField.ContainsLocalizedDisplayName Property
Determines whether the field contains a localized display name.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property ContainsLocalizedDisplayName As Boolean
Get
'Usage
Dim instance As IField
Dim value As Boolean
value = instance.ContainsLocalizedDisplayName
bool ContainsLocalizedDisplayName { get; }
Property Value
Type: System.Boolean
true if the field contains the localized display name; otherwise, false.