Defines values that indicate the status of a profile.
Namespace: Microsoft.Clm.Shared.Profiles
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)

Usage

Visual Basic
Dim instance As ProfileStatus

Syntax

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

Members

Member name Description
Active The profile is active and fully functional.
Disabled The profile is disabled.
New The profile is in the process of being created.
None No status information is specified for the profile.
Retired The profile has been retired. The lifecycle of the profile has ended.
Suspended The profile is temporarily suspended.

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