Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

AddEntityPropertyAsync Method

Adds an entity property that will be used for inserting, updating or merging an entity.

Syntax

[VB.NET]
Public Function AddEntityPropertyAsync(ByVal name As String, ByVal valueType As Integer, ByVal value As String) As Task
[C#]
public Task AddEntityPropertyAsync(string name, int valueType, string value);

Remarks

This method is the asynchronous version of the AddEntityProperty method and is used to support asynchronous operations in WinRT. Please refer to AddEntityProperty for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0