SetEntryPropertyAsync Method
Set an OData entry property.
Syntax
[VB.NET] Public Function SetEntryPropertyAsync(ByVal XPath As String, ByVal Value As String) As Task
[C#] public Task SetEntryPropertyAsync(string XPath, string value);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetEntryPropertyAsync MethodSet an OData entry property. Syntax[VB.NET] Public Function SetEntryPropertyAsync(ByVal XPath As String, ByVal Value As String) As Task [C#] public Task SetEntryPropertyAsync(string XPath, string value); RemarksThis method is the asynchronous version of the SetEntryProperty method and is used to support asynchronous operations in WinRT. Please refer to SetEntryProperty for more information. |
||