GameSaveBlobInfo.Name 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.
Name of the blob.
public:
property Platform::String ^ Name { Platform::String ^ get(); };
winrt::hstring Name();
public string Name { get; }
var string = gameSaveBlobInfo.name;
Public ReadOnly Property Name As String
Property Value
Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]
Remarks
Blob names are used when writing blobs with SubmitUpdatesAsync or SubmitPropertySetUpdatesAsync, to request blobs when calling GameSaveContainer.GetAsync and GameSaveContainer.ReadAsync, to request blob info when calling GameSaveContainer.CreateBlobInfoQuery, and to identify blobs returned in GameSaveBlobGetResult.Value.