Share via


PickerResult.DisplayName Property

Represents a display name of PickerResult.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property DisplayName As String
    Get
    Set
'Usage
Dim instance As PickerResult
Dim value As String

value = instance.DisplayName

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

Property Value

Type: System.String

Remarks

Read/write.

See Also

Reference

PickerResult Interface

PickerResult Members

Microsoft.Office.Core Namespace