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!

AdRotator.Target

The target frame of the AdRotator Control.

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

See Also

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