Server.DynamicProperties 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.
Additional server properties provided by the connector to the clients.
[System.Text.Json.Serialization.JsonInclude]
[System.Text.Json.Serialization.JsonPropertyName("DynamicProperties")]
public System.Text.Json.JsonElement? DynamicProperties { get; init; }
[<System.Text.Json.Serialization.JsonInclude>]
[<System.Text.Json.Serialization.JsonPropertyName("DynamicProperties")>]
member this.DynamicProperties : Nullable<System.Text.Json.JsonElement> with get, set
Public Property DynamicProperties As Nullable(Of JsonElement)
Property Value
- Attributes