Partager via


ReadProjectProperty.PropertyValues - Propriété

Obtient ou définit les valeurs de propriété, dans un tableau de chaînes localisées.

Espace de noms :  Microsoft.Office.Project.Server.Workflow
Assembly :  Microsoft.Office.Project.Server.Workflow (dans Microsoft.Office.Project.Server.Workflow.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(True)> _
Public Property PropertyValues As String()
    Get
    Set
'Utilisation
Dim instance As ReadProjectProperty
Dim value As String()

value = instance.PropertyValues

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

Valeur de propriété

Type : []
Un tableau de chaînes de valeurs de propriété.

Remarques

L'activité ReadProjectProperty définit le résultat dans la propriété PropertyValues .

Voir aussi

Référence

ReadProjectProperty classe

ReadProjectProperty - Membres

Microsoft.Office.Project.Server.Workflow - Espace de noms