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