System.ComponentModel.INestedSite public interface INestedSite : ISite, IServiceProvider Documentation Code namespace System.ComponentModel { public interface INestedSite : ISite, IServiceProvider { string FullName { get; } } }