ExportOptions Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Returns the export options used for the export operation
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property ExportOptions As ExportOptions
'Usage
Dim instance As ExportProgress
Dim value As ExportOptions
value = instance.ExportOptions
public ExportOptions ExportOptions { get; }
public:
property ExportOptions^ ExportOptions {
ExportOptions^ get ();
}
public function get ExportOptions () : ExportOptions
Property Value
Type: Microsoft.CommerceServer.Catalog..::.ExportOptions
Returns the export options used for the export operation.
Remarks
The ExportOptions specifies the set of options to use for a catalog export 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.