Active Query Builder 2 .NET Edition reference
ViewsFolderText Property



Gets or sets the text displayed for the view grouping folders.
Syntax
public System.string ViewsFolderText {get; set;}
public: __property System.string* get_ViewsFolderText();
public: __property void set_ViewsFolderText( 
   System.string* value
);
'Declaration
 
Public Property ViewsFolderText As System.String
 
'Usage
 
Dim instance As MetadataStructureOptions
Dim value As System.String
 
instance.ViewsFolderText = value
 
value = instance.ViewsFolderText
See Also

Reference

MetadataStructureOptions Class
MetadataStructureOptions Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback