Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32An 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.