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