'Declaration
<NotNullAttribute()> ReadOnly Property CountryName As String
'Usage
Dim instance As IUAReadOnlyApplicationManifest Dim value As String value = instance.CountryName
[NotNull()] string CountryName {get;}
Property Value
A string representing the country or region code. If the application does not specify a country or region, this value may be empty.The value of this property cannot be null
(Nothing
in Visual Basic).