PublishedProject.DefaultWorkFormat property

Gets the default format for work duration.

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

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property DefaultWorkFormat As WorkFormat
    Get
'Usage
Dim instance As PublishedProject
Dim value As WorkFormat

value = instance.DefaultWorkFormat
[RemoteAttribute]
public WorkFormat DefaultWorkFormat { get; }

Property value

Type: Microsoft.ProjectServer.Client.WorkFormat
The default work format.

Remarks

An example of a format for work duration is the use of hours and minutes.

See also

Reference

PublishedProject class

PublishedProject members

Microsoft.ProjectServer.Client namespace