Freigeben über


WorkflowActivities.ReadIntegerProperty(Guid, String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<int> ReadIntegerProperty (Guid projectId, string propertyId);
member this.ReadIntegerProperty : Guid * string -> Microsoft.SharePoint.Client.ClientResult<int>
Public Function ReadIntegerProperty (projectId As Guid, propertyId As String) As ClientResult(Of Integer)

Parameters

projectId
Guid
propertyId
String

Returns

Attributes

Applies to