FilterBase.ContainsLocalizedDisplayName Property

Determines whether the object contains a localized display name.

Namespace:  Microsoft.SharePoint.BusinessData.Runtime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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.

See Also

Reference

FilterBase Class

FilterBase Members

Microsoft.SharePoint.BusinessData.Runtime Namespace