ChatSyncConfiguration.RestoreHistorySpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the time span for which messages will be restored.
public:
property ChatRestoreHistorySpan RestoreHistorySpan { ChatRestoreHistorySpan get(); void set(ChatRestoreHistorySpan value); };
ChatRestoreHistorySpan RestoreHistorySpan();
void RestoreHistorySpan(ChatRestoreHistorySpan value);
public ChatRestoreHistorySpan RestoreHistorySpan { get; set; }
var chatRestoreHistorySpan = chatSyncConfiguration.restoreHistorySpan;
chatSyncConfiguration.restoreHistorySpan = chatRestoreHistorySpan;
Public Property RestoreHistorySpan As ChatRestoreHistorySpan
Property Value
The time span for which messages will be restored.
Windows requirements
App capabilities |
chat
chatSystem
smsSend
|