ProjectDataSet.ProjectRow.WPROJ_STS_SUBWEB_NAME Property
Specifies the Windows SharePoint Services subsite name of the project workspace associated with the project.
Namespace: WebSvcProject
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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
Name of the subsite.
Remarks
Read-only. The process that creates the project workspace populates WPROJ_STS_SUBWEB_NAME in the database.
See Also
Reference
ProjectDataSet.ProjectRow Class