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