AddRecipientTabsResponse.RecipientTabs 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.
The tabs added to a recipient.
[System.Text.Json.Serialization.JsonPropertyName("recipientTabs")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.RecipientTab> RecipientTabs { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("recipientTabs")>]
member this.RecipientTabs : System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.RecipientTab> with get, set
Public Property RecipientTabs As List(Of RecipientTab)
Property Value
- Attributes