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