ExportEmptyValues Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets a value indicating whether empty values should be exported to the XML file.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property ExportEmptyValues As Boolean
'Usage
Dim instance As ExportOptions
Dim value As Boolean
value = instance.ExportEmptyValues
instance.ExportEmptyValues = value
public bool ExportEmptyValues { get; set; }
public:
property bool ExportEmptyValues {
bool get ();
void set (bool value);
}
public function get ExportEmptyValues () : boolean
public function set ExportEmptyValues (value : boolean)
Property Value
Type: System..::.Boolean
true if empty values should be exported; otherwise, false
Remarks
Stores a value indicating whether empty values should be exported to the XML file. This property allows exporting of empty values.
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