WssSettingsDataSet.WssAdminDataTable Class
Contains SharePoint site administration information for project sites.
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
[WssInterop Web service].WssSettingsDataSet.WssAdminDataTable
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 WssAdminDataTable _
Inherits DataTable _
Implements IEnumerable
'Usage
Dim instance As WssSettingsDataSet.WssAdminDataTable
[SerializableAttribute]
public class WssAdminDataTable : DataTable,
IEnumerable
Remarks
WssAdminDataTable contains WssSettingsDataSet.WssAdminRow objects for projects that have an associated project sites.
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.