UpdateProjectProperty.DurationPropertyValue Property
Gets or sets the String value of the duration that is used in 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 DurationPropertyValue As String
Get
Set
'Usage
Dim instance As UpdateProjectProperty
Dim value As String
value = instance.DurationPropertyValue
instance.DurationPropertyValue = value
[BrowsableAttribute(true)]
public string DurationPropertyValue { get; set; }
Property Value
Type: System.String
Remarks
For example, the duration for three days is "3d".
If the project property that is specified by PropertyName or MdPropUid is a duration value, DurationPropertyValue is the value that is used for the update. If the specified property is not a duration value, DurationPropertyValue is ignored.