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)

属性值

属性

适用于