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!

DHTMLBehavior.behaviorSite

The element that is the site of the behavior.

[Visual Basic]
Protected behaviorSite As IElementBehaviorSite
[C#]
protected IElementBehaviorSite behaviorSite;
[C++]
protected: IElementBehaviorSite* behaviorSite;
[JScript]
protected var behaviorSite : IElementBehaviorSite;

Remarks

By default this is set to a null reference (in Visual Basic Nothing).

See Also

DHTMLBehavior Class | DHTMLBehavior Members | System.Web.UI.Design Namespace