Oid Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the OidColumn columnof the CatalogItemsDataSet..::.CatalogItemsDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property Oid As Integer
'Usage
Dim instance As CatalogItemsDataSet..::.CatalogItem
Dim value As Integer
value = instance.Oid
instance.Oid = value
public int Oid { get; set; }
public:
property int Oid {
int get ();
void set (int value);
}
public function get Oid () : int
public function set Oid (value : int)
Property Value
Type: System..::.Int32
The value from the OidColumn column of the CatalogItemsDataSet..::.CatalogItemsDataTable table.
Remarks
The Oid value for the CatalogItem. DataSet: CatalogItemsDataSet Table: CatalogItems Column: Oid.
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
CatalogItemsDataSet..::.CatalogItem Class