Active Query Builder 2 .NET Edition reference
XML Property (MetadataStructure)



Gets or sets the content of Metadata Container as string in a form of XML document.
Syntax
'Declaration
 
Public Property XML As System.String
'Usage
 
Dim instance As MetadataStructure
Dim value As System.String
 
instance.XML = value
 
value = instance.XML
public System.string XML {get; set;}
public: __property System.string* get_XML();
public: __property void set_XML( 
   System.string* value
);
See Also

Reference

MetadataStructure Class
MetadataStructure Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback