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