Active Query Builder 2 .NET Edition reference
IsDynamic Property



Indicates if item was created dynamically or it's a static item that was defined beforehand.
Syntax
'Declaration
 
Public ReadOnly Property IsDynamic As System.Boolean
'Usage
 
Dim instance As MetadataStructureItem
Dim value As System.Boolean
 
value = instance.IsDynamic
public System.bool IsDynamic {get;}
public: __property System.bool get_IsDynamic();
See Also

Reference

MetadataStructureItem Class
MetadataStructureItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback