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