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