WalletItemCollection.IsReadOnly Property

Namespace:  Microsoft.Phone.Wallet
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
abstract IsReadOnly : bool with get 
override IsReadOnly : bool with get

Property Value

Type: System.Boolean

Implements

ICollection<T>.IsReadOnly

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

WalletItemCollection Class

Microsoft.Phone.Wallet Namespace