WorkflowDataSet class

The WorkflowDataSet contains information about project workflows.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcWorkflow.WorkflowDataSet

Namespace:  WebSvcWorkflow
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class WorkflowDataSet _
    Inherits DataSet
'Usage
Dim instance As WorkflowDataSet
[SerializableAttribute]
public class WorkflowDataSet : DataSet

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WorkflowDataSet members

WebSvcWorkflow namespace