'Declaration
<NotNullAttribute()> Property Certificate As _PkiCertificate
'Usage
Dim instance As _ValidateCertificateEventArgs Dim value As _PkiCertificate instance.Certificate = value value = instance.Certificate
[NotNull()] _PkiCertificate Certificate {get; set;}
[NotNull()] property _PkiCertificate^ Certificate { _PkiCertificate^ get(); void set ( _PkiCertificate^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).