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
- 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