ProfileSubtypeManager.GetSubtypesForProfileType method
Gets a collection of ProfileSubtype objects associated with the specified profile type.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetSubtypesForProfileType ( _
typeID As ProfileType _
) As ICollection
'Usage
Dim instance As ProfileSubtypeManager
Dim typeID As ProfileType
Dim returnValue As ICollection
returnValue = instance.GetSubtypesForProfileType(typeID)
public ICollection GetSubtypesForProfileType(
ProfileType typeID
)
Parameters
- typeID
Type: Microsoft.Office.Server.UserProfiles.ProfileType
Return value
Type: System.Collections.ICollection