Share via


GameSaveBlobInfo.Name Property

Definition

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

String

Platform::String

winrt::hstring

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.

Applies to

See also