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 | |
---|---|---|
HasChanges | Gets a value that indicates whether the object has changes or not. | |
Id | Gets the unique identifier for the connected object. (inherited from MonitoringBaseWithId) | |
IsNew | Gets a value that indicates whether this object is new. | |
Item | Gets a property value by type and name. | |
Item | Gets a property value. | |
Item | Gets a property value by identifier. | |
LastModified | Gets the last modified date and time for this object. | |
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) | |
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 | |
---|---|---|
Commit | Overloaded. Commits the current instance to the data store. | |
ContainsProperty | Overloaded. Determines if the specified properties exist. | |
Equals | Overridden. Compares this object with a specified object for equality. (inherited from Object) | |
GetHashCode | Overridden. Returns the hash code for this object. (inherited from Object) | |
GetProperties | Returns a list of all properties. | |
GetType | (inherited from Object) | |
Reconnect | Overridden. Reconnects this object to the management group after it has been deserialized. | |
ToString | Overridden. Returns the relevant display string for the object. (inherited from Object) | |
TryGetProperty | Overloaded. Gets a property value if one exists. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SetId | Sets the connected object by specifying the unique identifier. (inherited from MonitoringBaseWithId) |
Top
See Also
Reference
EnterpriseManagementObjectBaseWithProperties Class
Microsoft.EnterpriseManagement.Common Namespace