StatusingSettingsDataSet.StatusingSettingsRow Class

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

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [Admin Web service].StatusingSettingsDataSet.StatusingSettingsRow

Namespace:  [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl

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

Admin Web Service