public string RootPath { get; set; }
Public Property RootPath As String
Get
Set
public:
virtual property String^ RootPath {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract RootPath : string with get, set
override RootPath : string with get, set