ComponentMetadata.WritableProperties プロパティ

定義

モデル定義の書き込み可能なプロパティの要求状態。

[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object> WritableProperties { get; }
[<Newtonsoft.Json.JsonExtensionData>]
member this.WritableProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property WritableProperties As IDictionary(Of String, Object)

プロパティ値

属性
Newtonsoft.Json.JsonExtensionDataAttribute

注釈

便宜上、各ディクショナリ オブジェクトの値を の WritablePropertyインスタンスに変換できます。

適用対象