DataPackagePropertySetView.Keys property

Applies to Windows and Windows Phone

Gets an enumerable set containing the keys of the DataPackagePropertySetView.

Syntax

public IEnumerable<string> Keys { get; }
Public ReadOnly Property Keys As IEnumerable(Of String)

Property value

Type: IEnumerable<String>

The enumerable set of all keys in this DataPackagePropertySetView.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps]

Namespace

Windows.ApplicationModel.DataTransfer

See also

DataPackagePropertySetView