UpdateProjectProperty.DateTimePropertyValue Property
Gets or sets the DateTime value that is used for the property update.
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 UpdateProjectProperty
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 that is specified by PropertyName or MdPropUid is a DateTime value, DateTimePropertyValue is the value that is used in the update. If the specified property is not a DateTime value, DateTimePropertyValue is ignored.