Share via


Contact.Companies-Eigenschaft

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property Companies As IEnumerable(Of ContactCompanyInformation)
public IEnumerable<ContactCompanyInformation> Companies { get; }
public:
property IEnumerable<ContactCompanyInformation^>^ Companies {
    IEnumerable<ContactCompanyInformation^>^ get ();
}
member Companies : IEnumerable<ContactCompanyInformation> with get

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<ContactCompanyInformation>

Versionsinformationen

.NET für Windows Phone-Apps

Unterstützt in: Windows Phone 8, Silverlight 8.1

.NET Framework-Sicherheit

Siehe auch

Referenz

Contact Klasse

Microsoft.Phone.UserData-Namespace