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




Indicates if full properties have been retrieved.

Syntax

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

See Also

© 2010 All Rights Reserved.