Share via


IsFixedSize Property

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

IList..::.IsFixedSize

Remarks

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

Permissions

See Also

Reference

PromoCodeStringCollection Class

PromoCodeStringCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace