다음을 통해 공유


DataType Property

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

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

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

Syntax

'Declaration
Public Property DataType As Short
'Usage
Dim instance As CatalogPropertiesDataSet..::.CatalogProperty
Dim value As Short

value = instance.DataType

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

Property Value

Type: System..::.Int16
The value from the DataTypeColumn column of the CatalogPropertiesDataSet..::.CatalogPropertiesDataTable table.

Remarks

The data type for this Catalog Property. DataSet: CatalogPropertiesDataSet Table: CatalogProperties Column: DataType.

Permissions

See Also

Reference

CatalogPropertiesDataSet..::.CatalogProperty Class

CatalogPropertiesDataSet..::.CatalogProperty Members

Microsoft.CommerceServer.Catalog Namespace