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!

Panel.BackImageUrl

[To be supplied.]

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

See Also

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