Share via


DiscoverySource.WorkflowId Property

 

Applies To: Operations Manager for System Center 2012

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

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

Syntax

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

Property Value

Type: System.Nullable<Guid>

Returns a Guid value.

See Also

DiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top