GetCustomFieldAsync Method
Gets a custom field value from QuickBooks.
Syntax
[VB.NET] Public Function GetCustomFieldAsync(ByVal FieldName As String) As Task<string>
[C#] public Task<string> GetCustomFieldAsync(string fieldName);
QuickBooks Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetCustomFieldAsync MethodGets a custom field value from QuickBooks. Syntax[VB.NET] Public Function GetCustomFieldAsync(ByVal FieldName As String) As Task<string> [C#] public Task<string> GetCustomFieldAsync(string fieldName); RemarksThis method is the asynchronous version of the GetCustomField method and is used to support asynchronous operations in WinRT. Please refer to GetCustomField for more information. |
||