Share via


GameSaveContainerInfo.Name Property

Definition

The name of this game save container.

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

Property Value

String

Platform::String

winrt::hstring

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

Name of this container.

Remarks

The container name is used to identify the container, and is not the display name. See DisplayName.

Applies to

See also