SetPropertyAsync Method
Sets the value of a specific Atom feed 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);