Intersoft WebInput Documentation
Value Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > WebInput Class : Value Property






Glossary Item Box

Represents control data source value.

Syntax

Visual Basic (Declaration) 
<ISNet.PersistLayoutAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<ISNet.Serialization.XmlSerializableAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.DescriptionAttribute("Represents control data source value.")>
<System.ComponentModel.CategoryAttribute("Data")>
Public Property Value As System.Object
Visual Basic (Usage)Copy Code
Dim instance As WebInput
Dim value As System.Object
 
instance.Value = value
 
value = instance.Value
C# 
[ISNet.PersistLayoutAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents control data source value.")]
[System.ComponentModel.CategoryAttribute("Data")]
public System.object Value {get; set;}
Delphi 
public read-write property Value: System.TObject; 
JScript 
ISNet.PersistLayoutAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.DescriptionAttribute("Represents control data source value.")
System.ComponentModel.CategoryAttribute("Data")
public function get,set Value : System.Object
Managed Extensions for C++ 
[ISNet.PersistLayoutAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents control data source value.")]
[System.ComponentModel.CategoryAttribute("Data")]
public: __property System.Object* get_Value();
public: __property void set_Value( 
   System.Object* value
);
C++/CLI 
[ISNet.PersistLayoutAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[ISNet.Serialization.XmlSerializableAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.DescriptionAttribute("Represents control data source value.")]
[System.ComponentModel.CategoryAttribute("Data")]
public:
property System.Object^ Value {
   System.Object^ get();
   void set (    System.Object^ value);
}

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2013 Intersoft Solutions Corp. All Rights Reserved.