ProjectDataSet.ProjectRow.PROJ_WINPROJ_VERSION_NUMBER Property
Gets the version number of Project Professional that last saved the project.
Namespace: [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl
Syntax
'Declaration
Public Property PROJ_WINPROJ_VERSION_NUMBER As Decimal
Get
Set
'Usage
Dim instance As ProjectDataSet.ProjectRow
Dim value As Decimal
value = instance.PROJ_WINPROJ_VERSION_NUMBER
instance.PROJ_WINPROJ_VERSION_NUMBER = value
public decimal PROJ_WINPROJ_VERSION_NUMBER { get; set; }
Property Value
Type: System.Decimal
See Also
Reference
ProjectDataSet.ProjectRow Class