Share via


EnterpriseManagementObjectBaseWithProperties Members

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

Represents the base class for management objects and relationships that have properties.

The following tables list the members exposed by the EnterpriseManagementObjectBaseWithProperties type.

Public Properties

  Name Description
public property HasChanges Gets a value that indicates whether the object has changes or not.
public property Id  Gets the unique identifier for the connected object. (inherited from MonitoringBaseWithId)
public property IsNew Gets a value that indicates whether this object is new.
public property Item Gets a property value by type and name.
public property Item Gets a property value.
public property Item Gets a property value by identifier.
public property LastModified Gets the last modified date and time for this object.
public property ManagementGroup  Gets the management group that the object is in. (inherited from MonitoringBase)
public property ManagementGroupId  Gets the unique identifier of the management group that owns this object. (inherited from MonitoringBase)
public property Values Gets a list of all property values that are not null, Nothing in Visual Basic.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method Commit Overloaded. Commits the current instance to the data store.
public method ContainsProperty Overloaded. Determines if the specified properties exist.
public method Equals  Overridden. Compares this object with a specified object for equality. (inherited from Object)
public method GetHashCode  Overridden. Returns the hash code for this object. (inherited from Object)
public method GetProperties Returns a list of all properties.
public method GetType  (inherited from Object)
public method Reconnect Overridden. Reconnects this object to the management group after it has been deserialized.
public method ToString  Overridden. Returns the relevant display string for the object. (inherited from Object)
public method TryGetProperty Overloaded. Gets a property value if one exists.

Top

Protected Methods

  Name Description
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)
protected method SetId  Sets the connected object by specifying the unique identifier. (inherited from MonitoringBaseWithId)

Top

See Also

Reference

EnterpriseManagementObjectBaseWithProperties Class
Microsoft.EnterpriseManagement.Common Namespace