del método ProfileSubtypeManager.GetSubtypesForProfileType
Obtiene una colección de objetos ProfileSubtype asociados con el tipo de perfil especificado.
Espacio de nombres: Microsoft.Office.Server.UserProfiles
Ensamblado: Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)
Sintaxis
'Declaración
Public Function GetSubtypesForProfileType ( _
typeID As ProfileType _
) As ICollection
'Uso
Dim instance As ProfileSubtypeManager
Dim typeID As ProfileType
Dim returnValue As ICollection
returnValue = instance.GetSubtypesForProfileType(typeID)
public ICollection GetSubtypesForProfileType(
ProfileType typeID
)
Parámetros
- typeID
Tipo: Microsoft.Office.Server.UserProfiles.ProfileType
Valor devuelto
Tipo: System.Collections.ICollection