Share via


ReadProjectProperty.PropertyName property

Gets or sets the name of the project property.

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 ReadProjectProperty
Dim value As String

value = instance.PropertyName

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

Property value

Type: System.String
The project property name.

Remarks

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

See also

Reference

ReadProjectProperty class

ReadProjectProperty members

Microsoft.Office.Project.Server.Workflow namespace

PropertyNameProperty