共用方式為


CompareProjectProperty.DateTimePropertyValue 屬性

取得或設定屬性比較中使用的DateTime值。

命名空間:  Microsoft.Office.Project.Server.Workflow
組件:  Microsoft.Office.Project.Server.Workflow (在 Microsoft.Office.Project.Server.Workflow.dll 中)

語法

'宣告
<BrowsableAttribute(True)> _
Public Property DateTimePropertyValue As DateTime
    Get
    Set
'用途
Dim instance As CompareProjectProperty
Dim value As DateTime

value = instance.DateTimePropertyValue

instance.DateTimePropertyValue = value
[BrowsableAttribute(true)]
public DateTime DateTimePropertyValue { get; set; }

屬性值

類型:System.DateTime
日期與時間。

備註

如果PropertyName或MdPropUid所指定的專案屬性DateTime值, DateTimePropertyValue是用於比較的值。如果指定的屬性不DateTime值,則會忽略DateTimePropertyValue 。

請參閱

參照

CompareProjectProperty 類別

CompareProjectProperty 成員

Microsoft.Office.Project.Server.Workflow 命名空間

DateTimePropertyValueProperty