public List<string> oBusinessObjects { get; set; }
Public Property oBusinessObjects As List(Of String) Get Set
public: property List<String^>^ oBusinessObjects { List<String^>^ get (); void set (List<String^>^ value); }