public IList<string> Attributions { get; set; }
Public Property Attributions As IList(Of String)
Get
Set
public:
property IList<String^>^ Attributions {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
member Attributions : IList<string> with get, set