Share via


MonitoringObjectDiscoverySource.WorkflowId Property

 

Applies To: Operations Manager for System Center 2012

Gets the globally unique identifier (GUID) for the rule, discovery object, or task for the discovery source.

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

Syntax

public override Nullable<Guid> WorkflowId { get; }
public:
property Nullable<Guid> WorkflowId {
    virtual Nullable<Guid> get() override;
}
override WorkflowId : Nullable<Guid> with get
Public Overrides ReadOnly Property WorkflowId As Nullable(Of Guid)

Property Value

Type: System.Nullable<Guid>

Returns a Guid for the workflow for the discovery source.

See Also

MonitoringObjectDiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top