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