'Declaration
<DefaultValueAttribute("")> Public ReadOnly Property SelectedName As String
'Usage
Dim instance As ComputerBrowserDialog Dim value As String instance.SelectedName = value value = instance.SelectedName
[DefaultValue("")] public string SelectedName {get;}
[DefaultValue("")] public: property String^ SelectedName { String^ get(); }