Gets or sets Country Primary Location Code IPTC dataset.
Syntax
public string[] CountryPrimaryLocationCode {get; set;}
public: __property string*[]* get_CountryPrimaryLocationCode();
public: __property void set_CountryPrimaryLocationCode(
string*[]* value
);
'Declaration
Public Property CountryPrimaryLocationCode As String()
'Usage
Dim instance As ImGearIPTCMetadata
Dim value() As String
instance.CountryPrimaryLocationCode = value
value = instance.CountryPrimaryLocationCode
Property Value
Array of strings.
See Also