DraftProject.DaysPerMonth property

Gets or sets the default number of working days per month.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Property DaysPerMonth As Short
    Get
    Set
'Usage
Dim instance As DraftProject
Dim value As Short

value = instance.DaysPerMonth

instance.DaysPerMonth = value
[RemoteAttribute]
public short DaysPerMonth { get; set; }

Property value

Type: System.Int16
The number of working days per month.

See also

Reference

DraftProject class

DraftProject members

Microsoft.ProjectServer.Client namespace