'Declaration<DefaultValueAttribute(False)> Public Property RequireAuthentication As Boolean
'UsageDim 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); }