PowerPointContent.IsInSyncWithPresenter property
Returns false if this content is not in synchronization with presenter.
Namespace: Microsoft.Lync.Model.Conversation.Sharing
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public ReadOnly Property IsInSyncWithPresenter As Boolean
Get
'Usage
Dim instance As PowerPointContent
Dim value As Boolean
value = instance.IsInSyncWithPresenter
public bool IsInSyncWithPresenter { get; }
Property value
Type: System.Boolean