DynamicPostFeedNotificationRequest.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.
Dynamic properties determined at runtime by the connector's schema discovery endpoint. Populate this dictionary with the properties returned by the schema API.
[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