DocGenFormFieldsResponse.DocgenFields 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.
Docgen Fields
[System.Text.Json.Serialization.JsonPropertyName("docgenFields")]
public System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.DocGenFormField> DocgenFields { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("docgenFields")>]
member this.DocgenFields : System.Collections.Generic.List<Azure.Connectors.Sdk.DocuSign.Models.DocGenFormField> with get, set
Public Property DocgenFields As List(Of DocGenFormField)
Property Value
- Attributes