Settings.ManagementGroup.ClientMonitoringSettings Structure

 

Applies To: Operations Manager for System Center 2012

Contains the client monitoring settings for a Management Group that are shown in the Global Policy user interface.

Namespace:   Microsoft.EnterpriseManagement.Administration
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[SettingGroupAttribute]
public struct ClientMonitoringSettings
[SettingGroupAttribute]
public value struct ClientMonitoringSettings
[<Sealed>]
[<SettingGroupAttribute>]
type ClientMonitoringSettings = struct end
<SettingGroupAttribute>
Public Structure ClientMonitoringSettings

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethod GetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from ValueType.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static ErrorTransmissionFilters

A string that contains error transmission filters for client monitoring.

System_CAPS_pubfieldSystem_CAPS_static ExceptionFolders

The location where the exception folders are stored.

System_CAPS_pubfieldSystem_CAPS_static MaxNumberOfCabsToCollect

The maximum number of cabs to collect for client monitoring.

System_CAPS_pubfieldSystem_CAPS_static PolicyResponseUrl

The URL setting for the location of the policy response text.

System_CAPS_pubfieldSystem_CAPS_static PublishMicrosoftDataCollectionRequests

Represents a setting indicating whether to publish Microsoft data collection requests.

System_CAPS_pubfieldSystem_CAPS_static PublishMicrosoftFileCollectionRequests

Represents a setting indicating whether to publish Microsoft file collection requests.

System_CAPS_pubfieldSystem_CAPS_static PublishMicrosoftMemoryDumpRequests

Represents a setting indicating whether to publish Microsoft memory dump requests.

System_CAPS_pubfieldSystem_CAPS_static PublishMicrosoftRegistryCollectionRequests

Represents a setting indicating whether to publish Microsoft registry collection requests.

System_CAPS_pubfieldSystem_CAPS_static PublishMicrosoftSolutionLinks

Represents a setting indicating whether to publish Microsoft solution links.

System_CAPS_pubfieldSystem_CAPS_static PublishMicrosoftSurveyLinks

Represents a setting indicating whether to publish Microsoft survey links.

System_CAPS_pubfieldSystem_CAPS_static PublishMicrosoftWMIQueryRequests

Represents a setting indicating whether to publish Microsoft WMI query requests.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.EnterpriseManagement.Administration Namespace

Return to top