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 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
- 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.