ExternalUser.DisplayName property
Namespace: Microsoft.Online.SharePoint.TenantManagement
Assembly: Microsoft.Online.SharePoint.Client.Tenant (in Microsoft.Online.SharePoint.Client.Tenant.dll)
Syntax
'Declaration
Public ReadOnly Property DisplayName As String
Get
'Usage
Dim instance As ExternalUser
Dim value As String
value = instance.DisplayName
public string DisplayName { get; }
Property value
Type: System.String