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