Share via


IsReadOnly Property

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

Gets a value indicating whether the list is Read-Only.

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

Syntax

'Declaration
Public ReadOnly Property IsReadOnly As Boolean
'Usage
Dim instance As PromoCodeStringCollection
Dim value As Boolean

value = instance.IsReadOnly
public bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
    bool get () sealed;
}
public final function get IsReadOnly () : boolean

Property Value

Type: System..::.Boolean
false in all cases.

Implements

IList..::.IsReadOnly

Remarks

This property implements System.Collections.IList and it always returns false. For more information on the IsReadOnly property, see IsReadOnly.

Permissions

See Also

Reference

PromoCodeStringCollection Class

PromoCodeStringCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace