ContactList.SourceDisplayName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the source of the ContactList, suitable for display in the user interface.
public:
property Platform::String ^ SourceDisplayName { Platform::String ^ get(); };
winrt::hstring SourceDisplayName();
public string SourceDisplayName { get; }
var string = contactList.sourceDisplayName;
Public ReadOnly Property SourceDisplayName As String
Property Value
The name of the source of the ContactList, suitable for display in the user interface.
Windows requirements
App capabilities |
contactsSystem
|
Remarks
This is usually the name of the app or service from which the contacts originate.