FilterBase.ContainsLocalizedDisplayName Property
Indicates whether the filter contains a localized display name.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 the filter contains a localized display name; otherwise, false.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace