GameSaveProviderGetResult.Value 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.
GameSaveProvider instance returned by a successful game save provider request.
public:
property GameSaveProvider ^ Value { GameSaveProvider ^ get(); };
GameSaveProvider Value();
public GameSaveProvider Value { get; }
var gameSaveProvider = gameSaveProviderGetResult.value;
Public ReadOnly Property Value As GameSaveProvider
Property Value
Remarks
Value is valid only if GameSaveProviderGetResult.Status is GameSaveErrorStatus.Ok.