UserView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a user view.
public ref class UserView : Microsoft::EnterpriseManagement::Common::CreatableMonitoringBase
[System.Serializable]
public class UserView : Microsoft.EnterpriseManagement.Common.CreatableMonitoringBase
type UserView = class
inherit CreatableMonitoringBase
Public Class UserView
Inherits CreatableMonitoringBase
- Inheritance
- Attributes
Constructors
UserView(String, ManagementPackView, Guid) |
Initializes a new UserView object. |
Properties
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) |
Name |
Gets or sets the name of the user view. |
ObjectId |
Gets or sets the object ID this user view targets. |
View |
Gets or sets the associated view. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Returns a hash code for the specified object. |
Reconnect(EnterpriseManagementGroup) |
Reconnects this object to a management group after it has been deserialized. |
ToString() |
Returns the relevant display string for the object. (Inherited from MonitoringBase) |
Update() |
Updates this user view. |