ManagementPackElementStatus Enumeration

System Center

Updated: April 25, 2012

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the possible state of a management pack element. The status switches to Unchanged after the management pack has been committed.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

'Usage
Dim instance As ManagementPackElementStatus

public enum class ManagementPackElementStatus
public enum ManagementPackElementStatus
public enum ManagementPackElementStatus

Member nameDescription
DiscardChangesSpecifies that the element is discarding changes.
InvalidSpecifies that the element is invalid.
PendingAddSpecifies that the element is being added.
PendingDeleteSpecifies that the element is being deleted.
PendingUpdateSpecifies that the element is being updated.
UnchangedSpecifies that the management pack has been committed.

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003
 
Show: