importfile.fielddelimitercode Property
banner art

Gets or sets the single character field delimiter used in the import file.

Syntax

[Visual Basic .NET]
Public Property fielddelimitercode As Picklist
[C#]
public Picklist fielddelimitercode {get; set;}

Property Value

The value of this property is a Picklist type.

Remarks

Use the field delimiter characters to separate the field values in the CSV-formatted files.

You can set the Picklist.Value property using one of the ImportFieldDelimeter enumeration values. To use this enumeration, you can add the helper code file enums.cs to your project. For more information, see CrmHelpers Classes.

The following table contains additional information about this property:

Platform requiredNo
Application requirement levelSystem required
Valid for createYes
Valid for retrieveYes
Valid for updateYes
Picklist valuesColon

Comma

Tab

Semicolon

Default valueNone

Requirements

Web Service: CrmService

See Also

Concepts

Reference


© 2009 Microsoft Corporation. All rights reserved.


Page view tracker