다음을 통해 공유


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)

속성 값

특성

적용 대상