SetPropertyAsync Method
Set the value of a property.
Syntax
[VB.NET] Public Function SetPropertyAsync(ByVal PropertyName As String, ByVal PropertyValue As String) As IAsyncAction
[C#] public IAsyncAction SetPropertyAsync(string propertyName, string propertyValue);