Intersoft ClientUI Documentation
MatchBaseType Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > BindingDescriptor Class : MatchBaseType Property






Gets or sets a value that indicates whether binding descriptor will try to match base type.

Syntax

Visual Basic (Declaration) 
Public Property MatchBaseType As Boolean
Visual Basic (Usage)Copy Code
Dim instance As BindingDescriptor
Dim value As Boolean
 
instance.MatchBaseType = value
 
value = instance.MatchBaseType
C# 
public bool MatchBaseType {get; set;}
Delphi 
public read-write property MatchBaseType: Boolean; 
JScript 
public function get,set MatchBaseType : boolean
Managed Extensions for C++ 
public: __property bool get_MatchBaseType();
public: __property void set_MatchBaseType( 
   bool value
);
C++/CLI 
public:
property bool MatchBaseType {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.