ESRI.ArcGIS.ADF.Web
Populated Property
See Also 
ESRI.ArcGIS.ADF.Web Namespace > Generic FolderNode Class : Populated Property




Whether the node is populated.

Syntax

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

See Also

© 2010 All Rights Reserved.