GameSaveBlobInfoGetResult.Value Property

Definition

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.

Applies to

See also