ContactGroup.Members Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the members of the contact group.
public:
property Microsoft::Exchange::WebServices::Data::GroupMemberCollection ^ Members { Microsoft::Exchange::WebServices::Data::GroupMemberCollection ^ get(); };
public Microsoft.Exchange.WebServices.Data.GroupMemberCollection Members { get; }
Public ReadOnly Property Members As GroupMemberCollection
Property Value
The value of the Members property is a GroupMemberCollection class object.