GameSaveContainerInfo.NeedsSync 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.
Indicates whether the container needs to sync before updates can be submitted with SubmitUpdatesAsync or SubmitPropertySetUpdatesAsync.
public:
property bool NeedsSync { bool get(); };
bool NeedsSync();
public bool NeedsSync { get; }
var boolean = gameSaveContainerInfo.needsSync;
Public ReadOnly Property NeedsSync As Boolean
Property Value
bool
Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]
True if the container needs to sync before updates can be submitted; false otherwise.
Remarks
See GetSyncOnDemandForUserAsync for more information about sync-on-demand game save providers.