Share via


ReadProjectProperty.PropertyValues property

Gets or sets property values, in a localized string array.

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 PropertyValues As String()
    Get
    Set
'Usage
Dim instance As ReadProjectProperty
Dim value As String()

value = instance.PropertyValues

instance.PropertyValues = value
[BrowsableAttribute(true)]
public string[] PropertyValues { get; set; }

Property value

Type: []
A string array of property values.

Remarks

The ReadProjectProperty activity sets the result in the PropertyValues property.

See also

Reference

ReadProjectProperty class

ReadProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace