Freigeben über


RemoteUserAccount.AdditionalProperties Eigenschaft

Definition

Ruft Eigenschaften ab, die nicht explizit für den Benutzer zugeordnet sind, oder legt diese fest.

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)

Eigenschaftswert

Attribute

Gilt für: