ActivityPropertyReference.SourceProperty 属性

定义

获取或设置与 x:Class 活动定义中的属性名称对应的源属性名称。

public:
 property System::String ^ SourceProperty { System::String ^ get(); void set(System::String ^ value); };
public string SourceProperty { get; set; }
member this.SourceProperty : string with get, set
Public Property SourceProperty As String

属性值

x:Class 活动定义中的属性名称对应的源属性名称。

适用于