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 | |
---|---|---|
FDoc | Gets or sets a Boolean value that determines whether to collect the current Office document in a .cab file. |
|
GetFile | Gets or sets the location of the file used by the AEM collection. |
|
GetFileVersion | Gets or sets the version of the file used by the AEM collection. |
|
MemoryDump | Gets or sets the location for the memory dump. |
|
RegKey | Gets or sets the name of the registry key used by the AEM collection. |
|
RegTree | Gets or sets the name of the registry tree used by the AEM collection. |
|
Wql | Gets or sets the WQL queries used by the AEM collection. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
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