WssServersDataSet.WssServersDataTable Class
Contains information about SharePoint servers associated with Project Web App.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
[WssInterop Web service].WssServersDataSet.WssServersDataTable
Namespace: [WssInterop Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/WssInterop.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/WssInterop.asmx?wsdl
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.