Share via


WorkflowActivities.ReadProjectProperty(Guid, String) Method

Definition

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

Parameters

projectId
Guid
propertyId
String

Returns

Attributes

Applies to