Active Query Builder 2 .NET Edition reference
Caption Property



Gets or sets the caption text that will represent this item in the database structure tree.
Syntax
'Declaration
 
Public Property Caption As System.String
'Usage
 
Dim instance As MetadataStructureItem
Dim value As System.String
 
instance.Caption = value
 
value = instance.Caption
public System.string Caption {get; set;}
public: __property System.string* get_Caption();
public: __property void set_Caption( 
   System.string* value
);
See Also

Reference

MetadataStructureItem Class
MetadataStructureItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback