WorkflowActivities.ReadProjectProperty method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
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)
public ClientResult<string> ReadProjectProperty(
Guid projectId,
string propertyId
)
Parameters
- projectId
Type: System.Guid
- propertyId
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>