Windward Studios API Reference
FieldSelected Property
See Also  Send comments on this topic.
WindwardInterfaces.net.windward.datasource Namespace > MetaDataElement Class : FieldSelected Property




Glossary Item Box

True if this field is used in it's parent dataset. Used when configuring datasets.

Syntax

Visual Basic (Declaration) 
Public Property FieldSelected As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MetaDataElement
Dim value As Boolean
 
instance.FieldSelected = value
 
value = instance.FieldSelected
C# 
public bool FieldSelected {get; set;}
Managed Extensions for C++ 
public: __property bool get_FieldSelected();
public: __property void set_FieldSelected( 
   bool value
);
C++/CLI 
public:
property bool FieldSelected {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software