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