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 list of catalogs to import.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property CatalogsToImport As String
'Usage
Dim instance As ImportOptions
Dim value As String
value = instance.CatalogsToImport
instance.CatalogsToImport = value
public string CatalogsToImport { get; set; }
public:
property String^ CatalogsToImport {
String^ get ();
void set (String^ value);
}
public function get CatalogsToImport () : String
public function set CatalogsToImport (value : String)
Property Value
Type: System..::.String
A String Collection joining, with a comma separator, the list of catalogs to import.
Remarks
Setting catalogs to this collection adds the catalogs to the existing collection.
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.