'Declaration
<CanBeNullAttribute()> Public ReadOnly Property Issuer As String
'Usage
Dim instance As PkiCrlInfo Dim value As String value = instance.Issuer
[CanBeNull()] public string Issuer {get;}
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.