ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > QueryBuilder Class : QueryStructureTreeOptions Property |
'Declaration Public Property QueryStructureTreeOptions As QueryStructureTreeOptions
'Usage Dim instance As QueryBuilder Dim value As QueryStructureTreeOptions instance.QueryStructureTreeOptions = value value = instance.QueryStructureTreeOptions
public QueryStructureTreeOptions QueryStructureTreeOptions {get; set;}
public: __property QueryStructureTreeOptions* get_QueryStructureTreeOptions(); public: __property void set_QueryStructureTreeOptions( QueryStructureTreeOptions* value );