Partager via


MaximumStringLength Field

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

The MaximumStringLength field of the CatalogPropertiesDataSetSchema class contains a constant used to reference the maximum string length for a catalog property. This field is constant.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public Const MaximumStringLength As String
'Usage
Dim value As String

value = CatalogPropertiesDataSetSchema.MaximumStringLength
public const string MaximumStringLength
public:
literal String^ MaximumStringLength
public const var MaximumStringLength : String

Remarks

This field stores the maximum string length for a catalog property. No validation is performed against the value stored in this field, if the field is of type FilePath. If you store a string value longer than this maximum, no exceptions is thrown.

Specifies the column name in the CatalogProperties table as "MaxLength". DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: MaxLength.

Permissions

See Also

Reference

CatalogPropertiesDataSetSchema Class

CatalogPropertiesDataSetSchema Members

Microsoft.CommerceServer.Catalog Namespace