public string ThemesFolderPathList { get; set; }
Public Property ThemesFolderPathList As String
Get
Set
public:
property String^ ThemesFolderPathList {
String^ get ();
void set (String^ value);
}
member ThemesFolderPathList : string with get, set