Active Query Builder 2 .NET Edition reference
Field Property



Gets or sets field name mask.
Syntax
'Declaration
 
Public Property Field As System.String
'Usage
 
Dim instance As MetadataFilterItem
Dim value As System.String
 
instance.Field = value
 
value = instance.Field
public System.string Field {get; set;}
public: __property System.string* get_Field();
public: __property void set_Field( 
   System.string* value
);
See Also

Reference

MetadataFilterItem Class
MetadataFilterItem Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback