The Server Context for this WebPageLayout. All COM objects used by this WebPageLayout should be created in this context.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property ServerContext As ESRI.ArcGIS.Server.IServerContext |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As WebPageLayout
Dim value As ESRI.ArcGIS.Server.IServerContext
value = instance.ServerContext |
| C# | |
|---|
public ESRI.ArcGIS.Server.IServerContext ServerContext {get;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also