EditDocumentXlsxDeleteWorksheetResponse.AdditionalProperties 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.
Arbitrary properties. This type has no static schema; any JSON properties will be captured here.
[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.Dictionary<string,System.Text.Json.JsonElement> AdditionalProperties { get; set; }
[<System.Text.Json.Serialization.JsonExtensionData>]
member this.AdditionalProperties : System.Collections.Generic.Dictionary<string, System.Text.Json.JsonElement> with get, set
Public Property AdditionalProperties As Dictionary(Of String, JsonElement)
Property Value
- Attributes