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 the number of errors in this collection.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Length As Integer
'Usage
Dim instance As PromoCodeGenerationErrorCollection
Dim value As Integer
value = instance.Length
public int Length { get; }
public:
property int Length {
int get ();
}
public function get Length () : int
Property Value
Type: System..::.Int32
A value that indicates the number of PromoCodeGenerationError objects in the collection.
Remarks
Retrieves the number of objects in the collection.
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
PromoCodeGenerationErrorCollection Class