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