ProfileSubtypeManager.GetProfileSubtype method (Int32)

Retrieves the profile subtype that matches the specified subtype identifier.

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

Syntax

'Declaration
Public Function GetProfileSubtype ( _
    subtypeID As Integer _
) As ProfileSubtype
'Usage
Dim instance As ProfileSubtypeManager
Dim subtypeID As Integer
Dim returnValue As ProfileSubtype

returnValue = instance.GetProfileSubtype(subtypeID)
public ProfileSubtype GetProfileSubtype(
    int subtypeID
)

Parameters

  • subtypeID
    Type: System.Int32

    An integer that represents the identifier of the subtype to retrieve.

Return value

Type: Microsoft.Office.Server.UserProfiles.ProfileSubtype
A ProfileSubtype that matches the specified subtype identifier.

See also

Reference

ProfileSubtypeManager class

ProfileSubtypeManager members

GetProfileSubtype overload

Microsoft.Office.Server.UserProfiles namespace