Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether the list has a fixed size.
Namespace: Microsoft.CommerceServer.Runtime.Orders
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property IsFixedSize As Boolean
'Usage
Dim instance As PromoCodeStringCollection
Dim value As Boolean
value = instance.IsFixedSize
public bool IsFixedSize { get; }
public:
virtual property bool IsFixedSize {
bool get () sealed;
}
public final function get IsFixedSize () : 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 IsFixedSize property, see IsFixedSize.
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