WorkflowActivities.UpdateIntegerProperty(Guid, String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Microsoft.SharePoint.Client.Remote]
public void UpdateIntegerProperty (Guid projectId, string propertyId, int value);
member this.UpdateIntegerProperty : Guid * string * int -> unit
Public Sub UpdateIntegerProperty (projectId As Guid, propertyId As String, value As Integer)
Parameters
- projectId
- Guid
- propertyId
- String
- value
- Int32
- Attributes