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