Query<T>.IsBusy Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property IsBusy As Boolean
public bool IsBusy { get; private set; }
public:
property bool IsBusy {
    bool get ();
    private: void set (bool value);
}
member IsBusy : bool with get, private set

Property Value

Type: System.Boolean

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

Query<T> Class

Microsoft.Phone.Maps.Services Namespace