ESRI.ArcGIS.ADF.ArcGISServer
RetrieveFullProperties Property
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > DEBrowseOptions Class : RetrieveFullProperties Property




Indicates if full properties of a data element should be fetched (heavy-weight properties that involve opening the underlying dataset).

Syntax

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

See Also

© 2010 All Rights Reserved.