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
Remarks
If a non-null and non-empty MdPropUid value is specified, PropertyName is ignored.
See Also
Reference
CompareProjectProperty Members