Share via


GameSaveContainerInfo.NeedsSync Property

Definition

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

Boolean

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.

Applies to

See also