Share via


ReplicatorActivity.InitialChildData 属性

定义

获取或设置子活动数据的列表。

public:
 property System::Collections::IList ^ InitialChildData { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
[System.ComponentModel.Browsable(true)]
public System.Collections.IList InitialChildData { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.InitialChildData : System.Collections.IList with get, set
Public Property InitialChildData As IList

属性值

子活动数据的列表。

属性

适用于

另请参阅