importfile.fielddelimitercode Property
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 required | No |
| Application requirement level | System required |
| Valid for create | Yes |
| Valid for retrieve | Yes |
| Valid for update | Yes |
| Picklist values | Colon
Comma
Tab
Semicolon
|
| Default value | None |
Requirements
Web Service: CrmService
See Also
Concepts
Reference
© 2009 Microsoft Corporation. All rights reserved.