Поделиться через


CompareProjectProperty.TextPropertyValue Property

Gets or sets the value of the Text property used in the 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 TextPropertyValue As String
    Get
    Set
'Usage
Dim instance As CompareProjectProperty
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 specified by PropertyName or MdPropUid is a text value, TextPropertyValue is the text that is used in the comparison. If the specified property is not a text value, TextPropertyValue is ignored.

See Also

Reference

CompareProjectProperty Class

CompareProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

TextPropertyValueProperty