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