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!

Image.ImageUrl

ImageUrl property. The Url reference to the image to display.

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

See Also

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