ProjectWSSInfoDataSet.ProjWssInfoRow.PROJECT_COMMITMENTS_URL Property
Specifies the Url for the Project Commitments list of a project on a hosted server.
Namespace: WebSvcWssInterop
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property PROJECT_COMMITMENTS_URL As String
Get
Set
'Usage
Dim instance As ProjectWSSInfoDataSet.ProjWssInfoRow
Dim value As String
value = instance.PROJECT_COMMITMENTS_URL
instance.PROJECT_COMMITMENTS_URL = value
public string PROJECT_COMMITMENTS_URL { get; set; }
Property Value
Type: System.String
See Also
Reference
ProjectWSSInfoDataSet.ProjWssInfoRow Class