Share via


CompareProjectProperty.PropertyName property

Gets or sets the name of the 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 PropertyName As String
    Get
    Set
'Usage
Dim instance As CompareProjectProperty
Dim value As String

value = instance.PropertyName

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

Property value

Type: System.String
A string that contains the name of the property.

Remarks

If a non-null and non-empty MdPropUid value is specified, PropertyName is ignored.

See also

Reference

CompareProjectProperty class

CompareProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

PropertyNameProperty