'Declaration
<NotNullAttribute()> Property CountryName As String
'Usage
Dim instance As _UAApplicationManifest Dim value As String instance.CountryName = value value = instance.CountryName
[NotNull()] string CountryName {get; set;}
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.This value of this property can be null
(Nothing
in Visual Basic).
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.