Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the project description
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WPROJ_DESCRIPTION As String
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As String
value = instance.WPROJ_DESCRIPTION
instance.WPROJ_DESCRIPTION = value
public string WPROJ_DESCRIPTION { get; set; }
Property value
Type: System.String
See also
Reference
ProjectDataSet.ProjectRow class