GameSaveBlobInfoGetResult.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.
Information about a blob returned by GameSaveBlobInfoQuery.
public:
property IVectorView<GameSaveBlobInfo ^> ^ Value { IVectorView<GameSaveBlobInfo ^> ^ get(); };
IVectorView<GameSaveBlobInfo> Value();
public IReadOnlyList<GameSaveBlobInfo> Value { get; }
var iVectorView = gameSaveBlobInfoGetResult.value;
Public ReadOnly Property Value As IReadOnlyList(Of GameSaveBlobInfo)
Property Value
Remarks
Value is valid only if GameSaveBlobInfoGetResult.Status is GameSaveErrorStatus.Ok.