ContactsSearchEventArgs.Results Property

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

Syntax

'Declaration
Public Property Results As IEnumerable(Of Contact)
public IEnumerable<Contact> Results { get; internal set; }
public:
property IEnumerable<Contact^>^ Results {
    IEnumerable<Contact^>^ get ();
    internal: void set (IEnumerable<Contact^>^ value);
}
member Results : IEnumerable<Contact> with get, internal set

Property Value

Type: System.Collections.Generic.IEnumerable<Contact>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

ContactsSearchEventArgs Class

Microsoft.Phone.UserData Namespace