ImportOptions Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the import options used for import.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
Public ReadOnly Property ImportOptions As ImportOptions
'Usage
Dim instance As ImportProgress
Dim value As ImportOptions

value = instance.ImportOptions
public ImportOptions ImportOptions { get; }
public:
property ImportOptions^ ImportOptions {
    ImportOptions^ get ();
}
public function get ImportOptions () : ImportOptions

Property Value

Type: Microsoft.CommerceServer.Catalog..::.ImportOptions
Returns the import options used for the import operation.

Remarks

The ImportOptions specifies the set of options to use for a catalog import operation.

Permissions

See Also

Reference

ImportProgress Class

ImportProgress Members

Microsoft.CommerceServer.Catalog Namespace