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!

ISite.GetComponent

When implemented by a class, gets the component associated with the ISite.

[Visual Basic]
Function GetComponent() As IComponent
[C#]
IComponent GetComponent();
[C++]
IComponent* GetComponent() = 0;
[JScript]
function GetComponent() : IComponent;

Return Value

The IComponent instance associated with the ISite.

See Also

ISite Interface | ISite Members | System.ComponentModel Namespace