UserProfileOrganizationMembershipChange.MembershipType property

NOTE: This API is now obsolete.

Gets the OrganizationMembershipType associated with this change.

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

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public ReadOnly Property MembershipType As Nullable(Of OrganizationMembershipType)
    Get
'Usage
Dim instance As UserProfileOrganizationMembershipChange
Dim value As Nullable(Of OrganizationMembershipType)

value = instance.MembershipType
[ObsoleteAttribute("This class is no longer supported.")]
public Nullable<OrganizationMembershipType> MembershipType { get; }

Property value

Type: System.Nullable<OrganizationMembershipType>

See also

Reference

UserProfileOrganizationMembershipChange class

UserProfileOrganizationMembershipChange members

Microsoft.Office.Server.UserProfiles namespace