GameSaveContainerInfo GameSaveContainerInfo GameSaveContainerInfo GameSaveContainerInfo Class

Definition

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public : sealed class GameSaveContainerInfo : IGameSaveContainerInfopublic sealed class GameSaveContainerInfo : IGameSaveContainerInfoPublic NotInheritable Class GameSaveContainerInfo Implements IGameSaveContainerInfo// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Xbox Live Extension SDK (introduced v10.0.10240.0)
API contract
Windows.Gaming.XboxLive.StorageApiContract (introduced v1)

Properties

DisplayName DisplayName DisplayName DisplayName

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public : PlatForm::String DisplayName { get; }public string DisplayName { get; }Public ReadOnly Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

LastModifiedTime LastModifiedTime LastModifiedTime LastModifiedTime

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public : DateTime LastModifiedTime { get; }public DateTimeOffset LastModifiedTime { get; }Public ReadOnly Property LastModifiedTime As DateTimeOffset// You can use this property in JavaScript.
Value
DateTime DateTimeOffset DateTimeOffset DateTimeOffset

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

Name Name Name Name

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public : PlatForm::String Name { get; }public string Name { get; }Public ReadOnly Property Name As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

NeedsSync NeedsSync NeedsSync NeedsSync

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public : PlatForm::Boolean NeedsSync { get; }public bool NeedsSync { get; }Public ReadOnly Property NeedsSync As bool// You can use this property in JavaScript.
Value
PlatForm::Boolean bool bool bool

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

TotalSize TotalSize TotalSize TotalSize

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public : ulong TotalSize { get; }public ulong TotalSize { get; }Public ReadOnly Property TotalSize As ulong// You can use this property in JavaScript.
Value
ulong ulong ulong ulong

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.