FindOperations.GetProfileTemplate Method

Retrieves the specified profile template.

Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in microsoft.clm.provision.dll)

Syntax

'Declaration
Public Shared Function GetProfileTemplate ( _
    profileTemplateUuid As Guid _
) As ProfileTemplate
'Usage
Dim profileTemplateUuid As Guid
Dim returnValue As ProfileTemplate

returnValue = FindOperations.GetProfileTemplate(profileTemplateUuid)
public static ProfileTemplate GetProfileTemplate (
    Guid profileTemplateUuid
)
public:
static ProfileTemplate^ GetProfileTemplate (
    Guid profileTemplateUuid
)
public static ProfileTemplate GetProfileTemplate (
    Guid profileTemplateUuid
)
public static function GetProfileTemplate (
    profileTemplateUuid : Guid
) : ProfileTemplate

Parameters

  • profileTemplateUuid
    A Guid object that identifies the profile template to be retrieved.

Return Value

The ProfileTemplate object that has the specified Guid.

Remarks

Guid objects are used to uniquely identify objects in the system.

In order for this call to succeed, the caller must have Read permissions on the profile template.

Platforms

Windows XP SP2, Windows Server 2003 SP1

See Also

Reference

FindOperations Class
FindOperations Members
Microsoft.Clm.Provision Namespace
ProfileTemplate

Footer image

Send comments about this topic to Microsoft.

© 2007 Microsoft Corporation. All rights reserved.