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