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