다음을 통해 공유


PublishedProject.DaysPerMonth property

Gets 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 ReadOnly Property DaysPerMonth As Short
    Get
'Usage
Dim instance As PublishedProject
Dim value As Short

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

Property value

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

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace