Share via


GameSaveContainerInfo.DisplayName Property

Definition

The name displayed to the user for this game save.

public:
 property Platform::String ^ DisplayName { Platform::String ^ get(); };
winrt::hstring DisplayName();
public string DisplayName { get; }
var string = gameSaveContainerInfo.displayName;
Public ReadOnly Property DisplayName As String

Property Value

String

Platform::String

winrt::hstring

Type: String [JavaScript] | System.String [.NET] | Platform::String [C++]

Display name of this game save.

Remarks

Use SubmitUpdatesAsync or SubmitPropertySetUpdatesAsync to set the display name.

Applies to

See also