NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

AdCreatedEventArgs.ImageUrl

The image that will be rendered in the AdRotator

[Visual Basic]
Public Property ImageUrl As String
[C#]
public string ImageUrl {get; set;}
[C++]
public: __property String* get_ImageUrl();
public: __property void set_ImageUrl(String*);
[JScript]
public function get ImageUrl() : String;
public function set ImageUrl(String);

See Also

AdCreatedEventArgs Class | AdCreatedEventArgs Members | System.Web.UI.WebControls Namespace