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