UserProfile.ProfileType property

Gets the profile type for the profile.

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

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property ProfileType As ProfileType
    Get
'Usage
Dim instance As UserProfile
Dim value As ProfileType

value = instance.ProfileType
public override sealed ProfileType ProfileType { get; }

Property value

Type: Microsoft.Office.Server.UserProfiles.ProfileType
The profile type for the profile.

See also

Reference

UserProfile class

UserProfile members

Microsoft.Office.Server.UserProfiles namespace