Share via


FilterBase.Name Property

NOTE: This API is now obsolete.

Gets the 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 Name As String
    Get
'Usage
Dim instance As FilterBase
Dim value As String

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

Property Value

Type: System.String
The name of the filter.

See Also

Reference

FilterBase Class

FilterBase Members

Microsoft.Office.Server.ApplicationRegistry.Runtime Namespace