Share via


ProjectPropertyValues.DurationValue property

Gets or sets the value of a duration property.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property DurationValue As Integer
    Get
    Set
'Usage
Dim instance As ProjectPropertyValues
Dim value As Integer

value = instance.DurationValue

instance.DurationValue = value
[DataMemberAttribute]
public int DurationValue { get; set; }

Property value

Type: System.Int32
An integer value.

See also

Reference

ProjectPropertyValues class

ProjectPropertyValues members

Microsoft.Office.Project.Server.Library namespace