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