InventoryCatalogName Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the Inventory catalog name.
Namespace: Microsoft.CommerceServer.Inventory
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property InventoryCatalogName As String
'Usage
Dim instance As InventorySku
Dim value As String
value = instance.InventoryCatalogName
public string InventoryCatalogName { get; }
public:
property String^ InventoryCatalogName {
String^ get ();
}
public function get InventoryCatalogName () : String
Property Value
Type: System..::.String
The Inventory catalog name.
Remarks
The name of the inventory catalog. The attribute is limited to 85 characters and this is a required attribute. The name attribute should contain a valid inventory catalog name.
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.