Share via


UpdateProjectProperty.PropertyName Property

Gets or sets the name of the property that is used for the update.

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 UpdateProjectProperty
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

UpdateProjectProperty Class

UpdateProjectProperty Members

Microsoft.Office.Project.Server.Workflow Namespace

PropertyNameProperty