Compartir a través de


del método PropertyBaseManager<T>.GetPropertyByName

Obtiene la propiedad 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 GetPropertyByName ( _
    propertyName As String _
) As T
'Uso
Dim instance As PropertyBaseManager
Dim propertyName As String
Dim returnValue As T

returnValue = instance.GetPropertyByName(propertyName)
public T GetPropertyByName(
    string propertyName
)

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