'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property BasePath As BrowsePath
'Usage
Dim instance As BrowsePathParser Dim value As BrowsePath instance.BasePath = value value = instance.BasePath
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public BrowsePath BasePath {get; set;}
[DefaultValue(Mono.Cecil.CustomAttributeArgument)] public: property BrowsePath^ BasePath { BrowsePath^ get(); void set ( BrowsePath^ value); }