GameSaveContainerInfo.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.
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
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.