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