Members property

Gets the members of the contact group.

Implementation

//        [RequiredServerVersion(ExchangeVersion.Exchange2010)]
GroupMemberCollection get Members {
  return this.PropertyBag[ContactGroupSchema.Members]
      as GroupMemberCollection;
}