AddDocumentsResponse.EnvelopeDocuments 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 documents attached to the envelope.
[System.Text.Json.Serialization.JsonPropertyName("envelopeDocuments")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeDocument> EnvelopeDocuments { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("envelopeDocuments")>]
member this.EnvelopeDocuments : System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.EnvelopeDocument> with get, set
Public Property EnvelopeDocuments As List(Of EnvelopeDocument)
Property Value
- Attributes