ProfileTemplate Class
Defines a profile template.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)
Usage
'Usage
Dim instance As ProfileTemplate
Syntax
'Declaration
<SerializableAttribute> _
Public Class ProfileTemplate
[SerializableAttribute]
public class ProfileTemplate
[SerializableAttribute]
public ref class ProfileTemplate
/** @attribute SerializableAttribute() */
public class ProfileTemplate
SerializableAttribute
public class ProfileTemplate
Remarks
This class is the core class that represents the profile template definition. The class provides read-only access to the definition of profile templates. Most of the objects that are defined in the Microsoft.Clm.Shared.ProfileTemplates namespace are obtained through objects of this class.
Client application should not instantiate objects of this class. Instead, objects of this class must be obtained through other API calls.
Inheritance Hierarchy
System.Object
Microsoft.Clm.Shared.ProfileTemplates.ProfileTemplate
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
ProfileTemplate Members
Microsoft.Clm.Shared.ProfileTemplates Namespace