다음을 통해 공유


ICollection(DiscountItem).IsReadOnly Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Namespace:  Microsoft.CommerceServer.Runtime.Marketing
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Private ReadOnly Property IsReadOnly As Boolean
    Implements ICollection(Of DiscountItem).IsReadOnly
'Usage
Dim instance As DiscountItemCollection
Dim value As Boolean

value = CType(instance, ICollection(Of DiscountItem)).IsReadOnly
bool ICollection<DiscountItem>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
    bool get () sealed = ICollection<DiscountItem^>::IsReadOnly::get;
}
JScript does not support explicit interface implementations.

Property Value

Type: System..::.Boolean

Implements

ICollection<(Of <(T>)>)..::.IsReadOnly

Permissions

See Also

Reference

DiscountItemCollection Class

DiscountItemCollection Members

Microsoft.CommerceServer.Runtime.Marketing Namespace