/// <summary>
 ///   <para>Numeric code of verb to use as a label. Default is 0 ("like").</para>
 /// </summary>
 /// <param name="verb">Type of verb.</param>
 /// <returns>Reference to the current widget.</returns>
 public IVkontakteRecommendationsWidget Verb(VkontakteRecommendationsVerb verb)
 {
   this.verb = verb;
   return this;
 }
Beispiel #2
0
 /// <summary>
 ///   <para>Numeric code of verb to use as a label. Default is 0 ("like").</para>
 /// </summary>
 /// <param name="verb">Type of verb.</param>
 /// <returns>Reference to the current widget.</returns>
 public IVkontakteRecommendationsWidget Verb(VkontakteRecommendationsVerb verb)
 {
     this.verb = verb;
     return(this);
 }