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