Share via


ProfileStatus Enumeration

Defines values that indicate the status of a profile.

Namespace: Microsoft.Clm.Shared.Profiles
Assembly: Microsoft.Clm.Shared (in Microsoft.Clm.Shared.dll)

Usage

'Usage
Dim instance As ProfileStatus

Syntax

'Declaration
Public Enumeration ProfileStatus
public enum ProfileStatus
public enum class ProfileStatus
public enum ProfileStatus
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

Reference

Microsoft.Clm.Shared.Profiles Namespace