Compartir a través de


: ProfilePropertyLoader.DisplayName (Método) (Microsoft.SharePoint.Portal.WebControls)

Returns the display name of the property that is loaded in the PropertyLoader.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Function DisplayName ( _
    strPropName As String _
) As String
'Uso
Dim instance As ProfilePropertyLoader
Dim strPropName As String
Dim returnValue As String

returnValue = instance.DisplayName(strPropName)
public string DisplayName (
    string strPropName
)

Parámetros

  • strPropName
    The profile property name.

Valor devuelto

The display name of the profile property.

Vea también

Referencia

ProfilePropertyLoader (Clase)
ProfilePropertyLoader (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)