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
Remarks
This property implements System.Collections.IList and it always returns false. For more information on the IsReadOnly property, see IsReadOnly.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PromoCodeStringCollection Class