WssSettingsDataSet class
Contains a collection of administration information for SharePoint sites that are associated with Project Web App.
Inheritance hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Data.DataSet
WebSvcWssInterop.WssSettingsDataSet
Namespace: WebSvcWssInterop
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WssSettingsDataSet _
Inherits DataSet
'Usage
Dim instance As WssSettingsDataSet
[SerializableAttribute]
public class WssSettingsDataSet : DataSet
Remarks
WssSettingsDataSet contains WssSettingsDataSet.WssAdminDataTable objects for all available projects that have an associated project site.
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.