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