IExecutionContext.IsOfflinePlayback Property

 

Applies To: Dynamics CRM 2015

Gets a value indicating if the plug-in is executing as a result of the Microsoft Dynamics CRM for Microsoft Office Outlook with Offline Access client transitioning from offline to online and synchronizing with the Microsoft Dynamics CRM server.

Namespace:   Microsoft.Xrm.Sdk
Assembly:  Microsoft.Xrm.Sdk (in Microsoft.Xrm.Sdk.dll)

Syntax

bool IsOfflinePlayback { get; }
property bool IsOfflinePlayback {
    bool get();
}
abstract IsOfflinePlayback : bool with get
ReadOnly Property IsOfflinePlayback As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if the the plug-in is executing as a result of the Microsoft Dynamics CRM for Microsoft Office Outlook with Offline Access client transitioning from offline to online; otherwise, false.

See Also

IsExecutingOffline
IExecutionContext Interface
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright