FilterBase.LocalizedDisplayName Property
Gets the localized display name of the filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Runtime
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property LocalizedDisplayName As String
Get
'Usage
Dim instance As FilterBase
Dim value As String
value = instance.LocalizedDisplayName
public string LocalizedDisplayName { get; }
Property Value
Type: System.String
The localized display name of the filter.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace