←Select platform

meta Property

Summary

Contains the meta data associated with a query.

Syntax

C#
VB
C++
public string meta { get; set; } 
Public Property meta() As String 
   Get 
   Set 
public:  
   property String^ meta 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The meta data requested, in JSON text format.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.