ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer.Local
IsServerContextShared Property
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ImageResourceLocal Class : IsServerContextShared Property




Whether a pooled server context is shared with other resources in this application.

Syntax

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

Remarks

Changing this property after the resource has been initialized will re-initialize the resource.

See Also

© 2010 All Rights Reserved.