: ProfilePropertyLoader.ValueEx (Método) (String) (Microsoft.SharePoint.Portal.WebControls)
Returns the value(s) of the specified profile property for the current user.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Function ValueEx ( _
strPropName As String _
) As Object()
'Uso
Dim instance As ProfilePropertyLoader
Dim strPropName As String
Dim returnValue As Object()
returnValue = instance.ValueEx(strPropName)
public Object[] ValueEx (
string strPropName
)
Parámetros
- strPropName
The name of the profile property.
Valor devuelto
The value(s) of the profile property.
Vea también
Referencia
ProfilePropertyLoader (Clase)
ProfilePropertyLoader (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)