WorkflowServicesManager.AppId property
Namespace: Microsoft.SharePoint.Client.WorkflowServices
Assembly: Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)
Syntax
'Declaration
Public ReadOnly Property AppId As String
Get
'Usage
Dim instance As WorkflowServicesManager
Dim value As String
value = instance.AppId
public string AppId { get; }
Property value
Type: System.String