outstandingVoteCount property
The number of votes remaining to be cast on the proposal by members. In
other words, the number of members minus the sum of YES
votes
and NO
votes.
Implementation
final int? outstandingVoteCount;
The number of votes remaining to be cast on the proposal by members. In
other words, the number of members minus the sum of YES
votes
and NO
votes.
final int? outstandingVoteCount;