'Declaration
<NotNullAttribute()> ReadOnly Property Issuer As String
'Usage
Dim instance As IPkiCertificate Dim value As String value = instance.Issuer
[NotNull()] string Issuer {get;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).