'Declaration
<NotNullAttribute()> ReadOnly Property Issuer As String
'Usage
Dim instance As _PkiCertificate 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).