Active Query Builder 2 .NET Edition reference
AltName Property



Alternate name of the metadata item.
Syntax
'Declaration
 
Public Property AltName As System.String
'Usage
 
Dim instance As MetadataItem
Dim value As System.String
 
instance.AltName = value
 
value = instance.AltName
public System.string AltName {get; set;}
public: __property System.string* get_AltName();
public: __property void set_AltName( 
   System.string* value
);
Remarks
This name will subsitute the real name when usage of the alternate names is activated.
See Also

Reference

MetadataItem Class
MetadataItem Members
UseAltNames Property

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback