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.AdProperties

Dictionary containing all the Ad properties that were in the XML file

[Visual Basic]
Public ReadOnly Property AdProperties As IDictionary
[C#]
public IDictionary AdProperties {get;}
[C++]
public: __property IDictionary* get_AdProperties();
[JScript]
public function get AdProperties() : IDictionary;

See Also

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