DataPackagePropertySet.Values property

Applies to Windows and Windows Phone

Gets an ICollection object containing the values of the DataPackagePropertySet.

Syntax

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

Property value

Type: ICollection<Object>

The ICollection of all values in this DataPackagePropertySet.

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