StatusingSettingsDataSet.StatusingSettingsRow class

A StatusingSettingsDataSet.StatusingSettingsRow object represents settings information that is used for reporting project progress.

Inheritance hierarchy

System.Object
  System.Data.DataRow
    WebSvcAdmin.StatusingSettingsDataSet.StatusingSettingsRow

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

Syntax

'Declaration
Public Class StatusingSettingsRow _
    Inherits DataRow
'Usage
Dim instance As StatusingSettingsDataSet.StatusingSettingsRow
public class StatusingSettingsRow : DataRow

Remarks

The URL of the Task Settings and Display page in Project Web App is https://ServerName/ProjectServerName/_layouts/pwa/Admin/Statusing.aspx.

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.

See also

Reference

StatusingSettingsDataSet.StatusingSettingsRow members

WebSvcAdmin namespace