ProjectDataSet.ProjectRow.WPROJ_STS_SUBWEB_NAME property
Specifies the SharePoint subsite name of the project site associated with the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
Remarks
Read-only. The process that creates the project site populates WPROJ_STS_SUBWEB_NAME in the database.
See also
Reference
ProjectDataSet.ProjectRow class