Intersoft WebCombo Documentation
FilterMemberDataType Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > LinkSettings Class : FilterMemberDataType Property






Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the data type of the specified filter data member. This property is required when the BindingOperation is set to Client.")>
<ISNet.Serialization.XmlSerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DefaultValueAttribute()>
Public Property FilterMemberDataType As String
Visual Basic (Usage)Copy Code
Dim instance As LinkSettings
Dim value As String
 
instance.FilterMemberDataType = value
 
value = instance.FilterMemberDataType
C# 
[DescriptionAttribute("Gets or sets the data type of the specified filter data member. This property is required when the BindingOperation is set to Client.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public string FilterMemberDataType {get; set;}
Delphi 
public read-write property FilterMemberDataType: String; 
JScript 
DescriptionAttribute("Gets or sets the data type of the specified filter data member. This property is required when the BindingOperation is set to Client.")
ISNet.Serialization.XmlSerializableAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DefaultValueAttribute()
public function get,set FilterMemberDataType : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the data type of the specified filter data member. This property is required when the BindingOperation is set to Client.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public: __property string* get_FilterMemberDataType();
public: __property void set_FilterMemberDataType( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the data type of the specified filter data member. This property is required when the BindingOperation is set to Client.")]
[ISNet.Serialization.XmlSerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DefaultValueAttribute()]
public:
property String^ FilterMemberDataType {
   String^ get();
   void set (    String^ 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 Intersoft Solutions Corp. All Rights Reserved.