次の方法で共有


CompareProjectProperty.DateTimePropertyValue Property

Gets or sets the DateTime value used in the property comparison.

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

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property DateTimePropertyValue As DateTime
    Get
    Set
'Usage
Dim instance As CompareProjectProperty
Dim value As DateTime

value = instance.DateTimePropertyValue

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

Property Value

Type: System.DateTime

Remarks

If the project property specified by PropertyName or MdPropUid is a DateTime value, DateTimePropertyValue is the value that is used in the comparison. If the specified property is not a DateTime value, DateTimePropertyValue is ignored.

See Also

Reference

CompareProjectProperty Class

CompareProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

DateTimePropertyValueProperty