Share via


ViewSetting Class

Definition

Encapsulates the ability to generically store settings with a view.

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

Constructors

ViewSetting(ManagementPackView, String)

Initializes a new ViewSetting 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)
Setting

Gets or sets the setting.

ViewId

Gets the view ID this setting is associated with.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Gets the hash code for this object.

Reconnect(EnterpriseManagementGroup)

Reconnects the object to the specified management group.

(Inherited from MonitoringBase)
ToString()

Returns the relevant display string for the object.

(Inherited from MonitoringBase)
Update()

Updates this setting.

Applies to