PropertiesToExport Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the list of properties to export.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property PropertiesToExport As String
'Usage
Dim instance As ExportOptions
Dim value As String
value = instance.PropertiesToExport
instance.PropertiesToExport = value
public string PropertiesToExport { get; set; }
public:
property String^ PropertiesToExport {
String^ get ();
void set (String^ value);
}
public function get PropertiesToExport () : String
public function set PropertiesToExport (value : String)
Property Value
Type: System..::.String
A String Collection joining, with a comma separator, the list of properties to export.
Remarks
The collection contains the list of properties that are to be exported.
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.
See Also
Reference
Microsoft.CommerceServer.Catalog Namespace
Other Resources
Importing Catalog Data by Using the Catalog API
How to Import From an XML File