Gets a list of the profiles in the Forefront Identity Manager Certificate Management (FIM CM) management agent connector space that are connected to the MVEntry object that is being evaluated.
Namespace: Mms_Metaverse
Assembly: ClmUtils (in clmutils.dll)

Usage

Visual Basic
Dim instance As ClmUtils
Dim targetCLMMA As ConnectedMA
Dim returnValue As List(Of CSEntry)

returnValue = instance.GetConnectedProfiles(targetCLMMA)

Syntax

Visual Basic
Public Function GetConnectedProfiles ( _
		targetCLMMA As ConnectedMA _
) As List(Of CSEntry)
C#
public List<CSEntry> GetConnectedProfiles (
		ConnectedMA targetCLMMA
)
C++
public:
List<CSEntry^>^ GetConnectedProfiles (
		ConnectedMA^ targetCLMMA
)
J#
public List<CSEntry> GetConnectedProfiles (
		ConnectedMA targetCLMMA
)
JScript
public function GetConnectedProfiles (
		targetCLMMA : ConnectedMA
) : List<CSEntry>

Parameters

targetCLMMA

The FIM CM management agent through which the new object is provisioned.

Return Value

The list of CSEntry objects that are of type clmProfile and connected to the MVEntry object.

Remarks

This method gets a list of the profiles in the FIM CM management agent connector space that are connected to the MVEntry object that is being evaluated.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also