[VB.NET]
Public Function SetSchemaPropertyAsync(ByVal Name As String)AsTask
[C#]
public Task SetSchemaPropertyAsync(string name);
Remarks
This method is the asynchronous version of the SetSchemaProperty method and is used to support asynchronous operations in WinRT. Please refer to SetSchemaProperty for more information.