'Declaration<NotNullAttribute()> Property BasePath As UABrowsePath
'UsageDim instance As _UABrowsePathParser Dim value As UABrowsePath instance.BasePath = value value = instance.BasePath
[NotNull()] UABrowsePath BasePath {get; set;}
[NotNull()] property UABrowsePath^ BasePath { UABrowsePath^ get(); void set ( UABrowsePath^ value); }