CrmServiceClient.ImportFileItem.FieldDelimiterCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Key used to delimit fields in the import file
public: enum class CrmServiceClient::ImportFileItem::FieldDelimiterCode
public enum CrmServiceClient.ImportFileItem.FieldDelimiterCode
type CrmServiceClient.ImportFileItem.FieldDelimiterCode =
Public Enum CrmServiceClient.ImportFileItem.FieldDelimiterCode
- Inheritance
-
CrmServiceClient.ImportFileItem.FieldDelimiterCode
Fields
Name | Value | Description |
---|---|---|
Colon | 1 | Specifies : |
Comma | 2 | Specifies , |
SingleQuote | 3 | Specifies ' |