public ContactEntityCollection Contacts { get; }Public ReadOnly Property Contacts As ContactEntityCollection
Getpublic:
property ContactEntityCollection^ Contacts {
ContactEntityCollection^ get ();
}member Contacts : ContactEntityCollection with get