Active Query Builder 2 .NET Edition reference
ShowDescriptons Property



Instructs to show descriptions of database objects in the tree.
Syntax
'Declaration
 
Public Property ShowDescriptons As System.Boolean
'Usage
 
Dim instance As ObjectTree
Dim value As System.Boolean
 
instance.ShowDescriptons = value
 
value = instance.ShowDescriptons
public System.bool ShowDescriptons {get; set;}
public: __property System.bool get_ShowDescriptons();
public: __property void set_ShowDescriptons( 
   System.bool value
);
See Also

Reference

ObjectTree Class
ObjectTree Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback