DraftProject.WinprojVersion property
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Property WinprojVersion As Decimal
Get
Set
'Usage
Dim instance As DraftProject
Dim value As Decimal
value = instance.WinprojVersion
instance.WinprojVersion = value
public decimal WinprojVersion { get; set; }
Property value
Type: System.Decimal