Site Property
See Also 
SourceCode.Framework Namespace > IEnvironmentService Interface : Site Property



Glossary Item Box

Syntax

Visual Basic (Declaration)  
Property Site As IServiceProvider
Visual Basic (Usage) Copy Code
Dim instance As IEnvironmentService
Dim value As IServiceProvider
 
instance.Site = value
 
value = instance.Site
C#  
IServiceProvider Site {get; set;}
C++/CLI  
property IServiceProvider^ Site {
   IServiceProvider^ get();
   void set (    IServiceProvider^ value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also