다음을 통해 공유


MinimumStringLength Property

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

Gets or sets the value in the MinimumStringLengthColumn column of the CatalogPropertiesDataSet..::.CatalogPropertiesDataTable table.

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

Syntax

'Declaration
Public Property MinimumStringLength As Integer
'Usage
Dim instance As CatalogPropertiesDataSet..::.CatalogProperty
Dim value As Integer

value = instance.MinimumStringLength

instance.MinimumStringLength = value
public int MinimumStringLength { get; set; }
public:
property int MinimumStringLength {
    int get ();
    void set (int value);
}
public function get MinimumStringLength () : int
public function set MinimumStringLength (value : int)

Property Value

Type: System..::.Int32
The value from the MinimumStringLengthColumn column of the CatalogPropertiesDataSet..::.CatalogPropertiesDataTable table.

Remarks

DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: MinLength.

Permissions

See Also

Reference

CatalogPropertiesDataSet..::.CatalogProperty Class

CatalogPropertiesDataSet..::.CatalogProperty Members

Microsoft.CommerceServer.Catalog Namespace