MemberGroupManager class
Representa o gerente do grupo de membros.
Inheritance hierarchy
System.Object
Microsoft.Office.Server.UserProfiles.ProfileManagerBase
Microsoft.Office.Server.UserProfiles.MemberGroupManager
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Class MemberGroupManager _
Inherits ProfileManagerBase _
Implements IEnumerable
'Uso
Dim instance As MemberGroupManager
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public class MemberGroupManager : ProfileManagerBase,
IEnumerable
Comentários
Essa classe implementa a interface de IEnumerable do Microsoft.NET Framework, que é necessária para a associação de dados e coleções de iteração.
Para obter mais informações sobre tipos de participação em grupos, consulte Memberships Overview. Para um exemplo de código sobre como criar um grupo de membros e adicionar um membro ao grupo recém-criado, consulte How to: Create Memberships.
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.