contactCount property

int? contactCount

Property getter and setter for contactCount:

Implementation

int? get contactCount;
void contactCount=(int? contactCount)

Implementation

set contactCount(int? contactCount);