MobileServiceClient.LoginInProgress Property
Indicates whether a login operation is currently in progress.
Namespace: Microsoft.WindowsAzure.MobileServices
Assembly: Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)
Syntax
'Declaration
Public ReadOnly Property LoginInProgress As Boolean
Get
'Usage
Dim instance As MobileServiceClient
Dim value As Boolean
value = instance.LoginInProgress
public bool LoginInProgress { get; }
public:
property bool LoginInProgress {
bool get ();
}
member LoginInProgress : bool
function get LoginInProgress () : boolean
Property Value
Type: System.Boolean
True when a login is in process; otherwise false.