ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService
UseStagingServer Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.VirtualEarthService Namespace > GISResource Class : UseStagingServer Property




If true, will use the Virtual Earth Staging Servers, instead of the Production Servers.

Syntax

Visual Basic (Declaration) 
Public Property UseStagingServer As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GISResource
Dim value As Boolean
 
instance.UseStagingServer = value
 
value = instance.UseStagingServer
C# 
public bool UseStagingServer {get; set;}

Remarks

Use the staging server to test your production setup with your test credentials. Image tiles from the staging servers will contain a watermark.

See Also

© 2010 All Rights Reserved.