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