Geometry.AdditionalProperties プロパティ

定義

Azure Cosmos DB サービスの追加のプロパティを取得します。

[Newtonsoft.Json.JsonExtensionData]
[System.Runtime.Serialization.DataMember(Name="properties")]
public System.Collections.Generic.IDictionary<string,object> AdditionalProperties { get; }
[<Newtonsoft.Json.JsonExtensionData>]
[<System.Runtime.Serialization.DataMember(Name="properties")>]
member this.AdditionalProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property AdditionalProperties As IDictionary(Of String, Object)

プロパティ値

その他のジオメトリ プロパティ。

属性
Newtonsoft.Json.JsonExtensionDataAttribute DataMemberAttribute

適用対象