protected List<Process> ChildProcessList { get; }
Protected ReadOnly Property ChildProcessList As List(Of Process)
Get
protected:
property List<Process^>^ ChildProcessList {
List<Process^>^ get ();
}
member ChildProcessList : List<Process> with get