[VB.NET]
Public Function SetEntryPropertyAsync(ByVal XPath As String, ByVal Value As String)AsTask
[C#]
public Task SetEntryPropertyAsync(string XPath, string value);
Remarks
This 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.