WorkflowActivities.ReadGuidProperty method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Function ReadGuidProperty ( _
projectId As Guid, _
propertyId As String _
) As ClientResult(Of Guid)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim propertyId As String
Dim returnValue As ClientResult(Of Guid)
returnValue = instance.ReadGuidProperty(projectId, _
propertyId)
public ClientResult<Guid> ReadGuidProperty(
Guid projectId,
string propertyId
)
Parameters
- projectId
Type: System.Guid
- propertyId
Type: System.String
Return value
Type: Microsoft.SharePoint.Client.ClientResult<Guid>