SynchronizationEngineHostIsAuthorized Property |
Returns whether there is a logged in user or not.
Namespace: Oracle.Cloud.Mobile.SynchronizationAssembly: Oracle.Cloud.Mobile.Synchronization.PCL (in Oracle.Cloud.Mobile.Synchronization.PCL.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract bool IsAuthorized { get; }
Public MustOverride ReadOnly Property IsAuthorized As Boolean
Get
public:
virtual property bool IsAuthorized {
bool get () abstract;
}
abstract IsAuthorized : bool with get
Property Value
Type:
Boolean
See Also