Connection.Parent property
Gets the ConnectionManager object that is associated with the connection.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As ConnectionManager
Get
'Usage
Dim instance As Connection
Dim value As ConnectionManager
value = instance.Parent
public ConnectionManager Parent { get; }
Property value
Type: Microsoft.Office.Server.UserProfiles.ConnectionManager
The ConnectionManager object that is associated with the connection.