OrganizationMembershipType enumeration

NOTE: This API is now obsolete.

An enumeration of all the membership types for an organization.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<ObsoleteAttribute("This enum is no longer supported.")> _
<FlagsAttribute> _
Public Enumeration OrganizationMembershipType
'Usage
Dim instance As OrganizationMembershipType
[ObsoleteAttribute("This enum is no longer supported.")]
[FlagsAttribute]
public enum OrganizationMembershipType

Members

Member name Description
Member Obsolete.
Leader Obsolete.

See also

Reference

Microsoft.Office.Server.UserProfiles namespace