Windward Engine 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.