Share via


Contact.DisplayName property

Gets the display name of a person or a group.

Namespace:  Microsoft.Office.Workflow.Utility
Assembly:  Microsoft.Office.Workflow.Tasks (in Microsoft.Office.Workflow.Tasks.dll)

Syntax

'Declaration
Public ReadOnly Property DisplayName As String
    Get
'Usage
Dim instance As Contact
Dim value As String

value = instance.DisplayName
public string DisplayName { get; }

Property value

Type: System.String
The display name of the person or group.

Remarks

For an example of how to use the DisplayName property, see the example in ExpandGroups method.

See also

Reference

Contact class

Contact members

DisplayName overload

Microsoft.Office.Workflow.Utility namespace