'Declaration
<System.ComponentModel.BrowsableAttribute(False)> Public Property Source As System.String
'Usage
Dim instance As Entry Dim value As System.String instance.Source = value value = instance.Source
[System.ComponentModel.Browsable(false)] public System.string Source {get; set;}