GameSaveContainerInfoGetResult.Status 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.
Status result of the asynchronous game save container info request.
public:
property GameSaveErrorStatus Status { GameSaveErrorStatus get(); };
GameSaveErrorStatus Status();
public GameSaveErrorStatus Status { get; }
var gameSaveErrorStatus = gameSaveContainerInfoGetResult.status;
Public ReadOnly Property Status As GameSaveErrorStatus
Property Value
Type: GameSaveErrorStatus
GameSaveErrorStatus containing the status result of the asynchronous game save container info request.
Remarks
If Status is GameSaveErrorStatus.Ok, the operation completed successfully and GameSaveContainerInfoGetResult.Value is valid.