'Declaration
Public Property FilesToInclude As List(Of String)
'Usage
Dim instance As SearchParms Dim value As List(Of String) instance.FilesToInclude = value value = instance.FilesToInclude
public List<string> FilesToInclude {get; set;}
public: property List<String^>^ FilesToInclude { List<String^>^ get(); void set ( List<String^>^ value); }