Share via


FilterBase.LocalizedDisplayName Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public ReadOnly Property LocalizedDisplayName As String
    Get
'Usage
Dim instance As FilterBase
Dim value As String

value = instance.LocalizedDisplayName
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
public string LocalizedDisplayName { get; }

Property Value

Type: System.String
The localized display name of the filter.

See Also

Reference

FilterBase Class

FilterBase Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace