FindOperations.FindAllProfileTemplates Method
Returns all the profile templates that the caller has permission to read.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
Dim returnValue As ReadOnlyCollection(Of ProfileTemplate)
returnValue = FindOperations.FindAllProfileTemplates
Syntax
'Declaration
Public Shared Function FindAllProfileTemplates As ReadOnlyCollection(Of ProfileTemplate)
public static ReadOnlyCollection<ProfileTemplate> FindAllProfileTemplates ()
public:
static ReadOnlyCollection<ProfileTemplate^>^ FindAllProfileTemplates ()
public static ReadOnlyCollection<ProfileTemplate> FindAllProfileTemplates ()
public static function FindAllProfileTemplates () : ReadOnlyCollection<ProfileTemplate>
Return Value
A read-only collection of ProfileTemplate objects that contains all the profile templates that the caller has permission to read.
Remarks
This method returns only the ProfileTemplate objects for which the caller has read access.
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
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
FindOperations Class
FindOperations Members
Microsoft.Clm.Provision Namespace
ProfileTemplate