Microsoft SDK for Java

ISiteable Interface

The ISiteable Interface of the com.ms.object package interface defines methods that set and retrieve the ISite object that is associated with an ISiteable object.

public interface ISiteable
{
  // Methods
  public ISite getSite();
  public void setSite(ISite site);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.