'Declaration
<CanBeNullAttribute()> Public Property BrowsePath As String
'Usage
Dim instance As UANodeAttribute Dim value As String instance.BrowsePath = value value = instance.BrowsePath
[CanBeNull()] public string BrowsePath {get; set;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).