Compartir a través de


del método PropertyBaseManager<T>.GetSectionByName

Obtiene una propiedad de sección con el nombre especificado.

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

Sintaxis

'Declaración
Public Function GetSectionByName ( _
    sectionName As String _
) As T
'Uso
Dim instance As PropertyBaseManager
Dim sectionName As String
Dim returnValue As T

returnValue = instance.GetSectionByName(sectionName)
public T GetSectionByName(
    string sectionName
)

Parámetros

Valor devuelto

Tipo: T
Devuelve IEnumerator<T>.

Vea también

Referencia

clase PropertyBaseManager<T>

Miembros PropertyBaseManager<T>

Espacio de nombres Microsoft.Office.Server.UserProfiles