다음을 통해 공유


GetDynamicValueProperties.Properties 속성

 

검색할 속성 이름과 이를 저장할 위치의 집합을 가져오거나 설정합니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

구문

public IDictionary<string, OutArgument> Properties { get; set; }
public:
property IDictionary<String^, OutArgument^>^ Properties {
    IDictionary<String^, OutArgument^>^ get();
    void set(IDictionary<String^, OutArgument^>^ value);
}
member Properties : IDictionary<string, OutArgument> with get, set
Public Property Properties As IDictionary(Of String, OutArgument)

속성 값

Type: System.Collections.Generic.IDictionary<String, OutArgument>

구성된 속성 이름과 위치 참조의 집합을 반환합니다.

참고 항목

GetDynamicValueProperties 클래스
Microsoft.Activities 네임스페이스

맨 위로 이동