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