StatusTransactionDataSet class

Represents transaction status information; its properties return data table objects that represent more detailed status information.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataSet
      WebSvcStatusing.StatusTransactionDataSet

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class StatusTransactionDataSet _
    Inherits DataSet
'Usage
Dim instance As StatusTransactionDataSet
[SerializableAttribute]
public class StatusTransactionDataSet : 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

StatusTransactionDataSet members

WebSvcStatusing namespace