共用方式為


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

屬性值

子活動資料清單。

屬性

適用於

另請參閱