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