Share via


CLMUtils.GetProfileUuidFromProfileTemplateName Method

The GetProfileUuidFromProfileTemplateName(String, ConnectedMA) method resolves the name of a profile template to the UUID (unique identifier) of the profile template.

Syntax

public Guid GetProfileUuidFromProfileTemplateName(
  String profileTemplateName,
  ConnectedMA targetCLMMA
);
Public Function GetProfileUuidFromProfileTemplateName( _
  ByVal profileTemplateName As String, _
  ByVal targetCLMMA As ConnectedMA _
) As Guid

Parameters

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

  • targetCLMMA
    The CLM 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 (unique identifier) of the profile template. This is useful when calling other methods that require the profile template UUID when all you have is the profile template name. This method performs a case insensitive comparison.

Requirements

Product Microsoft Identity Integration Server 2003 SP2
Namespace CLMUtils
Assembly CLMUtils
.NET Framework .NET Framework 3.0

See Also

CLMUtils

Send comments about this topic to Microsoft

Build date: 2/16/2009