'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> Property BasePath As BrowsePath
'Usage
Dim instance As _BrowsePathParser Dim value As BrowsePath instance.BasePath = value value = instance.BasePath
[JetBrains.Annotations.CanBeNull()] BrowsePath BasePath {get; set;}
[JetBrains.Annotations.CanBeNull()] property BrowsePath^ BasePath { BrowsePath^ get(); void set ( BrowsePath^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.