'Declaration
<DefaultValueAttribute(True)> Public Property UpdateTrustedPeerCertificates As Boolean
'Usage
Dim instance As UAAssureCertificateArguments Dim value As Boolean instance.UpdateTrustedPeerCertificates = value value = instance.UpdateTrustedPeerCertificates
[DefaultValue(true)] public bool UpdateTrustedPeerCertificates {get; set;}
[DefaultValue(true)] public: property bool UpdateTrustedPeerCertificates { bool get(); void set ( bool value); }