Share via


RestrictedAppContainer.Name | name property

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Gets the identifying name for this RestrictedAppContainer.

Syntax

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

Property value

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

The identifying name for this RestrictedAppContainer.

Remarks

This value is set as a parameter of CreateAsync.

Requirements (Windows 10 device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

Requirements (Windows 8.x and Windows Phone 8.x)

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

None supported

Namespace

Windows.ApplicationModel.Core Windows::ApplicationModel::Core [C++]

Metadata

Windows.winmd

See also

RestrictedAppContainer