Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Operations Manager for System Center 2012
Gets a globally unique identifier (GUID) for this batch of tasks.
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 a Guid that identifies this batch of tasks.
See Also
AgentTaskInformation Class
Microsoft.EnterpriseManagement.Administration Namespace
Return to top