Share via


WssServersDataSet.WssServers property

Gets the WssServersDataTable, which contains the list of SharePoint installations used by Project Web App.

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property WssServers As WssServersDataSet.WssServersDataTable
    Get
'Usage
Dim instance As WssServersDataSet
Dim value As WssServersDataSet.WssServersDataTable

value = instance.WssServers
[BrowsableAttribute(false)]
public WssServersDataSet.WssServersDataTable WssServers { get; }

Property value

Type: WebSvcWssInterop.WssServersDataSet.WssServersDataTable

See also

Reference

WssServersDataSet class

WssServersDataSet members

WebSvcWssInterop namespace