[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Represents a generic property type for a monitoring object. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As MonitoringObjectGenericPropertyName

Syntax

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

Members

Member name Description
AvailabilityLastModified Represents an available last-modified property.
DisplayName Represents a display name property.
FullName Represents a full name property.
HealthState Represents a health state property.
Id Represents an identifier property.
InMaintenanceMode Represents a maintenance mode property.
IsAvailable Represents an available property.
IsManaged Represents a managed property.
LastModified Represents a last-modified property.
MaintenanceModeLastModified Represents a maintenance-mode, last-modified property.
Name Represents a name property.
Path Represents a path property.
StateLastModified Represents a state last-modified property.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also