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.GetContainer

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

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

Return Value

The IContainer instance associated with the ISite.

See Also

ISite Interface | ISite Members | System.ComponentModel Namespace