ESRI.ArcGIS.ADF.ArcGISServer
CatalogPath Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DataElement Class : CatalogPath Property




The string used to retrieve the element.

Syntax

Visual Basic (Declaration) 
<XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=0)>
Public Property CatalogPath As String
Visual Basic (Usage)Copy Code
Dim instance As DataElement
Dim value As String
 
instance.CatalogPath = value
 
value = instance.CatalogPath
C# 
[XmlElementAttribute(Form=XmlSchemaForm.Unqualified, Order=0)]
public string CatalogPath {get; set;}

See Also

© 2010 All Rights Reserved.