DiscoveryTaskResult.BatchId Property
Applies To: Operations Manager for System Center 2012
The globally unique identifier (GUID) for the batch of tasks in this discovery operation.
Namespace: Microsoft.EnterpriseManagement.Administration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public Guid BatchId { get; }
public:
property Guid BatchId {
Guid get();
}
member BatchId : Guid with get
Public ReadOnly Property BatchId As Guid
Property Value
Type: System.Guid
Returns Guid.
See Also
DiscoveryTaskResult Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top