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