共用方式為


RemoteUserAccount.AdditionalProperties 屬性

定義

取得或設定未明確對應使用者的屬性。

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

屬性值

屬性

適用於