RemoteExecutionContext.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

[DataMemberAttribute]
public bool IsOfflinePlayback { get; set; }
public:
[DataMemberAttribute]
property bool IsOfflinePlayback {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
[<DataMemberAttribute>]
abstract IsOfflinePlayback : bool with get, set
[<DataMemberAttribute>]
override IsOfflinePlayback : bool with get, set
<DataMemberAttribute>
Public Property IsOfflinePlayback As Boolean

Property Value

Type: System.Boolean

Type: Boolean
true if the plug-in is executing as a result of the client synchronizing with the Microsoft Dynamics CRM server; otherwise, false.

Implements

IExecutionContext.IsOfflinePlayback

See Also

IsExecutingOffline
RemoteExecutionContext Class
Microsoft.Xrm.Sdk Namespace

Return to top

© 2016 Microsoft. All rights reserved. Copyright