Share via


UserDataTaskList.SourceDisplayName Property

Definition

Gets the name of the source of the UserDataTaskList, suitable for display in the user interface.

public:
 property Platform::String ^ SourceDisplayName { Platform::String ^ get(); };
winrt::hstring SourceDisplayName();
public string SourceDisplayName { get; }
var string = userDataTaskList.sourceDisplayName;
Public ReadOnly Property SourceDisplayName As String

Property Value

String

Platform::String

winrt::hstring

The name of the source of the UserDataTaskList, suitable for display in the user interface.

Remarks

This is usually the name of the app or service from which the contacts originate.

Applies to