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