Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.