SDG Toolkit

SdgManager.Site Property

Gets or sets the Site interface associated with this component. The SDG Manager starts only after it has been added to a container.

public override System.ComponentModel.ISite Site {get; set;}

Implements

IComponent.Site

Remarks

You need not set the ISite directly. The ISite is automatically set when the class is added to a container (e.g., this.components.Add(sdgManager1);)

See Also

SdgManager Class | Sdgt Namespace