Share via


ExportReady Property

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

Gets or sets a value to indicate if the record should be marked as exportable.

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

Syntax

'Declaration
Public Property ExportReady As Boolean
'Usage
Dim instance As ImportOptions
Dim value As Boolean

value = instance.ExportReady

instance.ExportReady = value
public bool ExportReady { get; set; }
public:
property bool ExportReady {
    bool get ();
    void set (bool value);
}
public function get ExportReady () : boolean
public function set ExportReady (value : boolean)

Property Value

Type: System..::.Boolean
true to indicate the record is ready to export; otherwise false.

Remarks

Attempting to export a record with the ExportReady property set to false will result in an exception.

Permissions

See Also

Reference

ImportOptions Class

ImportOptions Members

Microsoft.CommerceServer.Catalog Namespace