FilterBase.ContainsLocalizedDisplayName property
Determines whether the object contains a localized display name.
Namespace: Microsoft.Office.BusinessData.Runtime
Assembly: Microsoft.Office.BusinessData (in Microsoft.Office.BusinessData.dll)
Syntax
'Declaration
Public ReadOnly Property ContainsLocalizedDisplayName As Boolean
Get
'Usage
Dim instance As FilterBase
Dim value As Boolean
value = instance.ContainsLocalizedDisplayName
public bool ContainsLocalizedDisplayName { get; }
Property value
Type: System.Boolean
true if it contains a localized display name; otherwise, false.