WssSettingsDataSet.WssAdminDataTable class
Contains SharePoint site administration information for project sites.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataTable
WebSvcWssInterop.WssSettingsDataSet.WssAdminDataTable
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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.