CompareProjectProperty.PropertyName - Propriété

Obtient ou définit le nom de la propriété utilisée lors de la comparaison.

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 PropertyName As String
    Get
    Set
'Utilisation
Dim instance As CompareProjectProperty
Dim value As String

value = instance.PropertyName

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

Valeur de propriété

Type : System.String
Chaîne qui contient le nom de la propriété.

Remarques

Si une valeur non nulle et non vides MdPropUid est spécifiée, PropertyName est ignorée.

Voir aussi

Référence

CompareProjectProperty classe

CompareProjectProperty - Membres

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

PropertyNameProperty