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 (in Microsoft.Office.Server.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.