Argument.Expression 속성

정의

ActivityWithResult로 바인딩된 데이터 값을 나타내는 Argument를 가져오거나 설정합니다.

public:
 property System::Activities::ActivityWithResult ^ Expression { System::Activities::ActivityWithResult ^ get(); void set(System::Activities::ActivityWithResult ^ value); };
[System.Runtime.Serialization.IgnoreDataMember]
public System.Activities.ActivityWithResult Expression { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.Expression : System.Activities.ActivityWithResult with get, set
Public Property Expression As ActivityWithResult

속성 값

Argument로 바인딩된 데이터의 값입니다.

특성

적용 대상