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