'Declaration
<DataMemberAttribute()> Public Property RelaxedCertificateSearch As Boolean
'Usage
Dim instance As UAClientServerApplicationParameters Dim value As Boolean instance.RelaxedCertificateSearch = value value = instance.RelaxedCertificateSearch
[DataMember()] public bool RelaxedCertificateSearch {get; set;}
[DataMember()] public: property bool RelaxedCertificateSearch { bool get(); void set ( bool value); }
Property Value
The default value of this property is True
.