DefinitionType Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the DefinitionTypeColumn of the CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property DefinitionType As Integer
'Usage
Dim instance As CatalogDefinitionsDataSet..::.CatalogDefinition
Dim value As Integer
value = instance.DefinitionType
instance.DefinitionType = value
public int DefinitionType { get; set; }
public:
property int DefinitionType {
int get ();
void set (int value);
}
public function get DefinitionType () : int
public function set DefinitionType (value : int)
Property Value
Type: System..::.Int32
The value from the DefinitionTypeColumn column of the CatalogDefinitionsDataSet..::.CatalogDefinitionsDataTable table.
Exceptions
Exception | Condition |
---|---|
StrongTypingException | StrongTyping_CannotAccessDBNull for column DefinitionType |
Remarks
The Definition Type for the enumeration value.
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
CatalogDefinitionsDataSet..::.CatalogDefinition Class