CrmServiceClient.ImportFileItem.FileContentToImport Property
Applies To: Dynamics CRM 2015
This is the CSV file you wish to import,
Namespace: Microsoft.Xrm.Tooling.Connector
Assembly: Microsoft.Xrm.Tooling.Connector (in Microsoft.Xrm.Tooling.Connector.dll)
Syntax
public string FileContentToImport { get; set; }
public:
property String^ FileContentToImport {
String^ get();
void set(String^ value);
}
member FileContentToImport : string with get, set
Public Property FileContentToImport As String
Property Value
Type: System.String
See Also
CrmServiceClient.ImportFileItem Class
Microsoft.Xrm.Tooling.Connector Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright