PropertiesToImport Property

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

Gets pr sets the list of properties to import.

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

Syntax

'Declaration
Public Property PropertiesToImport As String
'Usage
Dim instance As ImportOptions
Dim value As String

value = instance.PropertiesToImport

instance.PropertiesToImport = value
public string PropertiesToImport { get; set; }
public:
property String^ PropertiesToImport {
    String^ get ();
    void set (String^ value);
}
public function get PropertiesToImport () : String
public function set PropertiesToImport (value : String)

Property Value

Type: System..::.String
A String Collection joining, with a comma separator, the list of properties to import.

Remarks

The collection contains the list of properties that are to be imported.

Permissions

See Also

Reference

ImportOptions Class

ImportOptions Members

Microsoft.CommerceServer.Catalog Namespace

Other Resources

Importing Catalog Data by Using the Catalog API

Import Options

How to Import From an XML File

How to Import Selected Fields

Exporting Catalog Data by Using the Catalog API

Export Options

How to Export to an XML File

How to Export Selected Fields