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