ESRI.ArcGIS.ADF.ArcGISServer
DoNotLocateOnRestrictedElements Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > NAServerLocations Class : DoNotLocateOnRestrictedElements Property




Indicates if restricted network elements should be considered when finding network locations.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(XmlSchemaForm.Unqualified)>
Public Property DoNotLocateOnRestrictedElements As Boolean
Visual Basic (Usage)Copy Code
Dim instance As NAServerLocations
Dim value As Boolean
 
instance.DoNotLocateOnRestrictedElements = value
 
value = instance.DoNotLocateOnRestrictedElements
C# 
[XmlElementAttribute(XmlSchemaForm.Unqualified)]
public bool DoNotLocateOnRestrictedElements {get; set;}

See Also

© 2010 All Rights Reserved.