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