다음을 통해 공유


ResourceContext.DynamicComplexProperties 속성

정의

이 인스턴스에 중첩되어야 하는 동적 복합 또는 복합 속성 컬렉션을 가져오거나 설정합니다.

public System.Collections.Generic.IDictionary<string,object> DynamicComplexProperties { get; set; }
member this.DynamicComplexProperties : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property DynamicComplexProperties As IDictionary(Of String, Object)

속성 값

설명

키는 동적 속성 이름입니다. 값은 동적 속성 값입니다.

적용 대상