A country or region (two-letter code).
[NotNull()]
string CountryName {get; set;}
'Declaration
<NotNullAttribute()>
Property CountryName As String
'Usage
Dim instance As _UAApplicationManifest
Dim value As String
instance.CountryName = value
value = instance.CountryName
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)
.
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also