Share via


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
A date and a time.

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