ProjectDataSet.ProjectRow.WPROJ_STS_SUBWEB_NAME Property
Specifies the SharePoint subsite name of the project site associated with the project.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property WPROJ_STS_SUBWEB_NAME As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.WPROJ_STS_SUBWEB_NAME
instance.WPROJ_STS_SUBWEB_NAME = value
public string WPROJ_STS_SUBWEB_NAME { get; set; }
Property Value
Type: System.String
Name of the subsite.
Remarks
Read-only. The process that creates the project site populates WPROJ_STS_SUBWEB_NAME in the database.
See Also
Reference
ProjectDataSet.ProjectRow Class