Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the PropertyTypeColumn of the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property PropertyType As Integer
'Usage
Dim instance As CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty
Dim value As Integer
value = instance.PropertyType
instance.PropertyType = value
public int PropertyType { get; set; }
public:
property int PropertyType {
int get ();
void set (int value);
}
public function get PropertyType () : int
public function set PropertyType (value : int)
Property Value
Type: System..::.Int32
The value from the PropertyTypeColumn column of the CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionPropertiesDataTable table.
Exceptions
Exception | Condition |
---|---|
StrongTypingException | StrongTyping_CannotAccessDBNull for column DefinitionType |
Remarks
The Property Type of the enumeration.
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
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Class
CatalogDefinitionPropertiesDataSet..::.CatalogDefinitionProperty Members