1 write to adProperties
System.Web (1)
UI\WebControls\AdCreatedEventArgs.cs (1)
56
this.
adProperties
= adProperties;
3 references to adProperties
System.Web (3)
UI\WebControls\AdCreatedEventArgs.cs (3)
74
return
adProperties
;
143
String property = (
adProperties
== null) ? null : (String)
adProperties
[index];