GetDistinctValuesImportFileRequest.columnNumber Property
Applies To: Dynamics CRM 2015
Gets or sets a column number in the CSV, XML Spreadsheet 2003 (.xml), or text source file for which the distinct values are returned. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public int columnNumber { get; set; }
public:
property int columnNumber {
int get();
void set(int value);
}
member columnNumber : int with get, set
Public Property columnNumber As Integer
Property Value
Type: System.Int32
Type: Int32.
See Also
GetDistinctValuesImportFileRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright