다음을 통해 공유


DefinitionId Property

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

Gets or sets the value in the DefinitionIdColumn column of the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable table.

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

Syntax

'Declaration
Public Property DefinitionId As Integer
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
Dim value As Integer

value = instance.DefinitionId

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

Property Value

Type: System..::.Int32
The value from the DefinitionIdColumn column of the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable table.

Remarks

The Definition identifier for the enumeration value.

Permissions

See Also

Reference

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Class

CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Members

Microsoft.CommerceServer.Catalog Namespace