ConnectionManager.Item Property
Retrieves a Connection object with the specified display name.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
displayName As String _
) As Connection
Get
'Usage
Dim instance As ConnectionManager
Dim displayName As String
Dim value As Connection
value = instance(displayName)
public Connection this[
string displayName
] { get; }
Parameters
- displayName
Type: System.String
Property Value
Type: Microsoft.Office.Server.UserProfiles.Connection