Intersoft WebGrid Documentation
AdvancedFilterKey Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridFilter Class : AdvancedFilterKey Property






Specifies the unique key associated with the advanced expression.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("Specifies the unique key associated with the advanced expression.")>
<DefaultValueAttribute()>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property AdvancedFilterKey As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridFilter
Dim value As String
 
instance.AdvancedFilterKey = value
 
value = instance.AdvancedFilterKey
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the unique key associated with the advanced expression.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public string AdvancedFilterKey {get; set;}
Delphi 
public read-write property AdvancedFilterKey: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DescriptionAttribute("Specifies the unique key associated with the advanced expression.")
DefaultValueAttribute()
ISNet.Serialization.XmlSerializableAttribute()
public function get,set AdvancedFilterKey : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the unique key associated with the advanced expression.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property string* get_AdvancedFilterKey();
public: __property void set_AdvancedFilterKey( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("Specifies the unique key associated with the advanced expression.")]
[DefaultValueAttribute()]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property String^ AdvancedFilterKey {
   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.