MonitoringRelationshipObjectDiscoverySource.WorkflowId Property
Applies To: Operations Manager for System Center 2012
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 Guid.
See Also
MonitoringRelationshipObjectDiscoverySource Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top