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