Compartir a través de


del método PropertyCollection.GetSectionByName

NOTA: esta API está ahora obsoleta.

Obtiene una sección por su nombre.

Espacio de nombres:  Microsoft.Office.Server.UserProfiles
Ensamblado:  Microsoft.Office.Server.UserProfiles (en Microsoft.Office.Server.UserProfiles.dll)

Sintaxis

'Declaración
<ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")> _
Public Function GetSectionByName ( _
    strSectionName As String _
) As Property
'Uso
Dim instance As PropertyCollection
Dim strSectionName As String
Dim returnValue As [Property]

returnValue = instance.GetSectionByName(strSectionName)
[ObsoleteAttribute("PropertyCollection is replaced by ProfileSubtypePropertyManager.")]
public Property GetSectionByName(
    string strSectionName
)

Parámetros

Valor devuelto

Tipo: Microsoft.Office.Server.UserProfiles.Property
El que contiene el objeto Property .

Vea también

Referencia

clase PropertyCollection

Miembros PropertyCollection

Espacio de nombres Microsoft.Office.Server.UserProfiles