FindPropertiesAsync Method
Get resource property values from the server.
Syntax
[VB.NET] Public Function FindPropertiesAsync(ByVal ResourceURI As String) As Task
[C#] public Task FindPropertiesAsync(string resourceURI);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
FindPropertiesAsync MethodGet resource property values from the server. Syntax[VB.NET] Public Function FindPropertiesAsync(ByVal ResourceURI As String) As Task [C#] public Task FindPropertiesAsync(string resourceURI); RemarksThis method is the asynchronous version of the FindProperties method and is used to support asynchronous operations in WinRT. Please refer to FindProperties for more information. |
||