RemoteExecutionContext.IsOfflinePlayback Property

Definition

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

public:
 property bool IsOfflinePlayback { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember]
public bool IsOfflinePlayback { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.IsOfflinePlayback : bool with get, set
Public Property IsOfflinePlayback As Boolean

Property Value

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

Attributes

Applies to

See also