Contact.Companies Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the companies associated with this contact.
Namespace: Microsoft.Phone.UserData
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public ReadOnly Property Companies As IEnumerable(Of ContactCompanyInformation)
public IEnumerable<ContactCompanyInformation> Companies { get; }
Property Value
Type: System.Collections.Generic..::.IEnumerable<(Of <(ContactCompanyInformation>)>)
The companies associated with this contact.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.UserData Namespace