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