Freigeben über


WorkflowActivities.ReadBooleanProperty(Guid, String) Method

Definition

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

Parameters

projectId
Guid
propertyId
String

Returns

Attributes

Applies to