DataPackagePropertySetView.Values property

Applies to Windows and Windows Phone

Gets an enumerable set containing the values of the DataPackagePropertySetView.

Syntax

public IEnumerable<object> Values { get; }
Public ReadOnly Property Values As IEnumerable(Of Object)

Property value

Type: IEnumerable<Object>

The enumerable set of all values 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