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
strSectionName
Tipo: System.StringEl nombre de la sección.
Valor devuelto
Tipo: Microsoft.Office.Server.UserProfiles.Property
El que contiene el objeto Property .