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