WorkflowActivities.UpdateBooleanProperty method
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
Public Sub UpdateBooleanProperty ( _
projectId As Guid, _
propertyId As String, _
value As Boolean _
)
'Usage
Dim instance As WorkflowActivities
Dim projectId As Guid
Dim propertyId As String
Dim value As Boolean
instance.UpdateBooleanProperty(projectId, _
propertyId, value)
public void UpdateBooleanProperty(
Guid projectId,
string propertyId,
bool value
)
Parameters
- projectId
Type: System.Guid
- propertyId
Type: System.String
- value
Type: System.Boolean