Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Visual Basic |
---|
Dim instance As ProfileTemplate |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class ProfileTemplate |
C# |
---|
[SerializableAttribute] public class ProfileTemplate |
C++ |
---|
[SerializableAttribute] public ref class ProfileTemplate |
J# |
---|
/** @attribute SerializableAttribute() */ public class ProfileTemplate |
JScript |
---|
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
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.