public ICollection<string> ToAddresses { get; }
Public ReadOnly Property ToAddresses As ICollection(Of String)
Get
public:
property ICollection<String^>^ ToAddresses {
ICollection<String^>^ get ();
}
member ToAddresses : ICollection<string> with get