다음을 통해 공유


ProfilePropertyLoader.DisplayName Method

Returns the display name of the property for the profile loaded in the ProfilePropertyLoader.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Function DisplayName ( _
    strPropName As String _
) As String
'Usage
Dim instance As ProfilePropertyLoader
Dim strPropName As String
Dim returnValue As String

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

Parameters

Return Value

Type: System.String
The display name of the profile property.

Remarks

This method returns the display name of the property; if the property cannot be found, an error message will be returned.

See Also

Reference

ProfilePropertyLoader Class

ProfilePropertyLoader Members

Microsoft.SharePoint.Portal.WebControls Namespace