WorkflowActivities.ReadNumberProperty method

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

Syntax

'Declaration
Public Function ReadNumberProperty ( _
    projectId As Guid, _
    propertyId As String _
) As ClientResult(Of Double)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim propertyId As String
Dim returnValue As ClientResult(Of Double)

returnValue = instance.ReadNumberProperty(projectId, _
    propertyId)
public ClientResult<double> ReadNumberProperty(
    Guid projectId,
    string propertyId
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ClientResult<Double>

See also

Reference

WorkflowActivities class

WorkflowActivities members

Microsoft.ProjectServer.Client namespace