'Declaration
<DataMemberAttribute()> Public Property CountryName As String
'Usage
Dim instance As UAApplicationManifest Dim value As String instance.CountryName = value value = instance.CountryName
[DataMember()] public string CountryName {get; set;}
[DataMember()] public: property String^ CountryName { String^ get(); void set ( String^ value); }
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).
The default value of this property is "" (String.Empty)
.