GetWorkFlowIdsResponse.WorkflowIDs Property
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.
Workflow ID
[System.Text.Json.Serialization.JsonPropertyName("workflowIds")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.WorkflowId> WorkflowIDs { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("workflowIds")>]
member this.WorkflowIDs : System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.WorkflowId> with get, set
Public Property WorkflowIDs As List(Of WorkflowId)
Property Value
- Attributes