WssSettingsDataSet.WssAdmin Property
Gets the WssAdminDataTable, which contains the collection of SharePoint site administration information for project sites.
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
<BrowsableAttribute(False)> _
Public ReadOnly Property WssAdmin As WssSettingsDataSet.WssAdminDataTable
Get
'Usage
Dim instance As WssSettingsDataSet
Dim value As WssSettingsDataSet.WssAdminDataTable
value = instance.WssAdmin
[BrowsableAttribute(false)]
public WssSettingsDataSet.WssAdminDataTable WssAdmin { get; }
Property Value
Type: [WssInterop Web service].WssSettingsDataSet.WssAdminDataTable