Resolves the name of a profile template to the UUID (unique identifier) of the profile template.
Namespace: Mms_Metaverse
Assembly: ClmUtils (in clmutils.dll)

Usage

Visual Basic
Dim instance As ClmUtils
Dim profileTemplateName As String
Dim targetCLMMA As ConnectedMA
Dim returnValue As Guid

returnValue = instance.GetProfileTemplateUuidFromProfileTemplateName(profileTemplateName, targetCLMMA)

Syntax

Visual Basic
Public Function GetProfileTemplateUuidFromProfileTemplateName ( _
		profileTemplateName As String, _
		targetCLMMA As ConnectedMA _
) As Guid
C#
public Guid GetProfileTemplateUuidFromProfileTemplateName (
		string profileTemplateName,
		ConnectedMA targetCLMMA
)
C++
public:
Guid GetProfileTemplateUuidFromProfileTemplateName (
		String^ profileTemplateName, 
		ConnectedMA^ targetCLMMA
)
J#
public Guid GetProfileTemplateUuidFromProfileTemplateName (
		String profileTemplateName, 
		ConnectedMA targetCLMMA
)
JScript
public function GetProfileTemplateUuidFromProfileTemplateName (
		profileTemplateName : String, 
		targetCLMMA : ConnectedMA
) : Guid

Parameters

profileTemplateName

The name of the profile template whose UUID you want to return.

targetCLMMA

The Forefront Identity Manager Certificate Management (FIM CM) management agent through which the new object is provisioned.

Return Value

The unique identifier of the profile template.

Remarks

This method resolves the name of a profile template to the UUID of the profile template. This is useful when you call other methods that require the profile template UUID and all you have is the profile template name. This method performs a case-insensitive comparison.


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