'Declaration Public Property ContentLocationCode As String()
'Usage Dim instance As ImGearIPTCMetadata Dim value() As String instance.ContentLocationCode = value value = instance.ContentLocationCode
public string[] ContentLocationCode {get; set;}
public: __property string*[]* get_ContentLocationCode(); public: __property void set_ContentLocationCode( string*[]* value );
public: property array<String^>^ ContentLocationCode { array<String^>^ get(); void set ( array<String^>^ value); }