Contact.CustomGroups 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 list of all groups of which this contact is a member of.
public:
property Microsoft::Lync::Model::Group::GroupCollection ^ CustomGroups { Microsoft::Lync::Model::Group::GroupCollection ^ get(); };
public Microsoft.Lync.Model.Group.GroupCollection CustomGroups { get; }
member this.CustomGroups : Microsoft.Lync.Model.Group.GroupCollection
Public ReadOnly Property CustomGroups As GroupCollection