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