public List<string> Output { get; }
Public ReadOnly Property Output As List(Of String)
public: property List<String^>^ Output { List<String^>^ get (); }
/** @property */ public List<String> get_Output()
function get_Output();