EnterpriseManagementSimpleObject Class

Definition

Represents a property value on an EnterpriseManagementObject object.

public ref class EnterpriseManagementSimpleObject : Microsoft::EnterpriseManagement::Common::EnterpriseManagementBase
[System.Serializable]
public class EnterpriseManagementSimpleObject : Microsoft.EnterpriseManagement.Common.EnterpriseManagementBase
type EnterpriseManagementSimpleObject = class
    inherit EnterpriseManagementBase
Public Class EnterpriseManagementSimpleObject
Inherits EnterpriseManagementBase
Inheritance
Attributes

Constructors

EnterpriseManagementSimpleObject(EnterpriseManagementObject, ManagementPackProperty, Object)

Creates a new instance of the EnterpriseManagementSimpleObject class.

Properties

Id

Gets the unique identifier for the connected object.

(Inherited from MonitoringBaseWithId)
ManagementGroup

Gets the management group that the object is in.

(Inherited from MonitoringBase)
ManagementGroupId

Gets the unique identifier of the management group that owns this object.

(Inherited from MonitoringBase)
Parent

Gets the owning object of this property value.

PropertyAccessRights

Gets or sets the access rights for the property.

Type

Gets the type used by the property.

Value

Gets or sets the value of this property.

Methods

Equals(Object)

Compares this object with a specified object for equality.

(Inherited from MonitoringBaseWithId)
GetHashCode()

Returns the hash code for this object.

(Inherited from MonitoringBaseWithId)
PopulateAutoIncrementCache(ManagementPackProperty, EnterpriseManagementGroup, Int32)

Populates the internal auto-increment cache with the values from the specific property.

Reconnect(EnterpriseManagementGroup)

Reconnects this object to the management group.

SetId(Guid)

Sets the connected object by specifying the unique identifier.

(Inherited from MonitoringBaseWithId)
SetToDefault()

Sets the value of the property to its default, if available.

ToString()

Gets a string that represents the value of this property.

Applies to