WssServersDataSet.WssServersDataTable class

Contains information about SharePoint servers associated with Project Web App.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcWssInterop.WssServersDataSet.WssServersDataTable

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class WssServersDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Usage
Dim instance As WssServersDataSet.WssServersDataTable
[SerializableAttribute]
public class WssServersDataTable : DataTable, 
    IEnumerable

Remarks

The WssServersDataTable stores a set of WssServersDataSet.WssServersRow objects for the Project Web App instance where the ReadWssServerInfo method is used.

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

WssServersDataSet.WssServersDataTable members

WebSvcWssInterop namespace