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 Task
[C#] public Task SetPropertyAsync(string propertyName, string propertyValue);