ProjectPropertyValues.DurationValue 属性

获取或设置持续时间属性的值。

命名空间:  Microsoft.Office.Project.Server.Library
程序集:  Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property DurationValue As Integer
    Get
    Set
用法
Dim instance As ProjectPropertyValues
Dim value As Integer

value = instance.DurationValue

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

属性值

类型:System.Int32
一个整数值。

另请参阅

引用

ProjectPropertyValues 类

ProjectPropertyValues 成员

Microsoft.Office.Project.Server.Library 命名空间