Share via


WorkflowActivities.ReadProjectProperty method

Reads the String value of of the specified project property.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public Function ReadProjectProperty ( _
    projectId As Guid, _
    propertyId As String _
) As ClientResult(Of String)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim propertyId As String
Dim returnValue As ClientResult(Of String)

returnValue = instance.ReadProjectProperty(projectId, _
    propertyId)
[RemoteAttribute]
public ClientResult<string> ReadProjectProperty(
    Guid projectId,
    string propertyId
)

Parameters

  • propertyId
    Type: System.String

    The GUID of the property to read.

Return value

Type: Microsoft.SharePoint.Client.ClientResult<String>
The String value of the property.

Remarks

A Project Server workflow can call the ReadProjectProperty method. Valid propertyId values can be retrieved from the WorkflowDesigner.Fields collection by using the WorkflowDesignerField.Id property. The ReadProjectProperty method works with any field type for project properties.

See also

Reference

WorkflowActivities class

WorkflowActivities members

Microsoft.ProjectServer.Client namespace