'Declaration
<DefaultValueAttribute(False)> Public Property UserPickEndpoint As Boolean
'Usage
Dim instance As UADataDialog Dim value As Boolean instance.UserPickEndpoint = value value = instance.UserPickEndpoint
[DefaultValue(false)] public bool UserPickEndpoint {get; set;}
[DefaultValue(false)] public: property bool UserPickEndpoint { bool get(); void set ( bool value); }