DataPackagePropertySet.IsReadOnly property

Applies to Windows and Windows Phone

Gets a value indicating whether the dictionary is read-only.

Syntax

public bool IsReadOnly { get; }
Public ReadOnly Property IsReadOnly As Boolean

Property value

Type: System.Boolean

True if the dictionary is read-only; otherwise, false.

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