public List ChildOrgs { get; set; }
Public Property ChildOrgs As List Get Set
public: property List^ ChildOrgs { List^ get (); void set (List^ value); }
member ChildOrgs : List with get, set
In This Article