PrincipalInfo.DisplayName Field

Name that is displayed for a SharePoint site principal.

Web Service: PeopleWeb Reference: http://<Site>/_vti_bin/People.asmx

Syntax

Public DisplayName As String

Dim instance As PrincipalInfo
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
public string DisplayName

Remarks

This is the name that appears in the user interface of client applications, rather than the e-mail address, alias, or full name.

See Also

Reference

PrincipalInfo Structure
PrincipalInfo Members
People Web Service
SPPrincipalInfo.DisplayName Property
Email
SPUserInfo.LoginName Field