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