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.
Gets the version of Project Professional that last saved the project.
Namespace: WebSvcProject
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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
A decimal number that represents a version.
Remarks
Read-only.
See also
Reference
ProjectDataSet.ProjectRow class