Defines the types of profile templates.
Namespace: Microsoft.Clm.Shared.ProfileTemplates
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As ProfileTemplateType

Syntax

Visual Basic
Public Enumeration ProfileTemplateType
C#
public enum ProfileTemplateType
C++
public enum class ProfileTemplateType
J#
public enum ProfileTemplateType
JScript
public enum ProfileTemplateType

Members

Member name Description
Certificate A software certificate profile template.
None The profile template type is not specified.
Smartcard A smart card profile template.

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