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