FormattingOptions.OtherOptions 属性

定义

获取或设置其他可能的格式设置选项。

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ OtherOptions { System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ value); };
[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.Dictionary<string,object> OtherOptions { get; set; }
[<Newtonsoft.Json.JsonExtensionData>]
member this.OtherOptions : System.Collections.Generic.Dictionary<string, obj> with get, set
Public Property OtherOptions As Dictionary(Of String, Object)

属性值

Dictionary<String,Object>
属性
Newtonsoft.Json.JsonExtensionDataAttribute

适用于