DataPackagePropertySet.Item property

Applies to Windows and Windows Phone

Gets or sets the element value at the specified key index.

Syntax

public object this[string key] { get; set; }
Public Property Item(key As String) As Object

Property value

Type: System.Object

The element value at the specified key index.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel.DataTransfer

See also

DataPackagePropertySet