Share via


BusinessDataCatalogConnection.FilterName property

Gets or sets the name attribute of the Microsoft Business Connectivity Services (BCS) connection's filter.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Property FilterName As String
    Get
    Set
'Usage
Dim instance As BusinessDataCatalogConnection
Dim value As String

value = instance.FilterName

instance.FilterName = value
public string FilterName { get; set; }

Property value

Type: System.String

See also

Reference

BusinessDataCatalogConnection class

BusinessDataCatalogConnection members

Microsoft.Office.Server.UserProfiles namespace