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