AemCollectionResponse Class

 

Applies To: Operations Manager for System Center 2012

Represents an AEM collection response.

Namespace:   Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Inheritance Hierarchy

System.Object
  Microsoft.EnterpriseManagement.Monitoring.ClientMonitoring.AemCollectionResponse

Syntax

public sealed class AemCollectionResponse
public ref class AemCollectionResponse sealed 
[<Sealed>]
type AemCollectionResponse = class end
Public NotInheritable Class AemCollectionResponse

Properties

Name Description
System_CAPS_pubproperty FDoc

Gets or sets a Boolean value that determines whether to collect the current Office document in a .cab file.

System_CAPS_pubproperty GetFile

Gets or sets the location of the file used by the AEM collection.

System_CAPS_pubproperty GetFileVersion

Gets or sets the version of the file used by the AEM collection.

System_CAPS_pubproperty MemoryDump

Gets or sets the location for the memory dump.

System_CAPS_pubproperty RegKey

Gets or sets the name of the registry key used by the AEM collection.

System_CAPS_pubproperty RegTree

Gets or sets the name of the registry tree used by the AEM collection.

System_CAPS_pubproperty Wql

Gets or sets the WQL queries used by the AEM collection.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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.Monitoring.ClientMonitoring Namespace

Return to top