Contact.DataSuppliers 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 data suppliers for a contact. The maximum string length for each data supplier is 50 characters.
public:
property IVector<Platform::String ^> ^ DataSuppliers { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> DataSuppliers();
public IList<string> DataSuppliers { get; }
var iVector = contact.dataSuppliers;
Public ReadOnly Property DataSuppliers As IList(Of String)
Property Value
An array of data suppliers for a contact. The maximum string length for each data supplier is 50 characters.
Windows requirements
App capabilities |
contactsSystem
|