MembershipInfo class

Stores information from Microsoft Active Directory directory service about a user or group.

Inheritance hierarchy

System.Object
  Microsoft.Office.Server.Audience.MembershipInfo

Namespace:  Microsoft.Office.Server.Audience
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class MembershipInfo
'Usage
Dim instance As MembershipInfo
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class MembershipInfo

Remarks

The MembershipInfo class is instantiated and used by the AudienceManager object to store user or group information retrieved from Active Directory.

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.

See also

Reference

MembershipInfo members

Microsoft.Office.Server.Audience namespace