GetPropertyAsync Method
Fetches the value of a specific Atom feed element or attribute.
Syntax
[VB.NET] Public Function GetPropertyAsync(ByVal PropertyName As String) As Task<string>
[C#] public Task<string> GetPropertyAsync(string propertyName);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetPropertyAsync MethodFetches the value of a specific Atom feed element or attribute. Syntax[VB.NET] Public Function GetPropertyAsync(ByVal PropertyName As String) As Task<string> [C#] public Task<string> GetPropertyAsync(string propertyName); RemarksThis method is the asynchronous version of the GetProperty method and is used to support asynchronous operations in WinRT. Please refer to GetProperty for more information. |
||