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