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
- 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
CatalogPropertiesDataSet..::.CatalogProperty Class