[VB.NET]
Public Function FindPropertiesAsync(ByVal ResourceURI As String)AsTask
[C#]
public Task FindPropertiesAsync(string resourceURI);
Remarks
This 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.