MinimumStringLength Field
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The MinimumStringLength field of the CatalogPropertiesDataSetSchema class contains a constant used to reference the minimum 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 MinimumStringLength As String
'Usage
Dim value As String
value = CatalogPropertiesDataSetSchema.MinimumStringLength
public const string MinimumStringLength
public:
literal String^ MinimumStringLength
public const var MinimumStringLength : String
Remarks
This field stores the minimum 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 shorter than this minimum, no exceptions is thrown.
Specifies the column name in the CatalogProperties table as "MinLength". DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: MinLength.
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
CatalogPropertiesDataSetSchema Class