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






Gets or sets the parent WebCombo's ID which this instance should be linked to. Gets or sets the parent WebCombo's ID which this instance should be linked to.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the parent WebCombo's ID which this instance should be linked to.")>
<ISNet.Serialization.XmlSerializableAttribute()>
Public Property ParentWebComboID As String
Visual Basic (Usage)Copy Code
Dim instance As LinkSettings
Dim value As String
 
instance.ParentWebComboID = value
 
value = instance.ParentWebComboID
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the parent WebCombo's ID which this instance should be linked to.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public string ParentWebComboID {get; set;}
Delphi 
public read-write property ParentWebComboID: String; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the parent WebCombo's ID which this instance should be linked to.")
ISNet.Serialization.XmlSerializableAttribute()
public function get,set ParentWebComboID : String
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the parent WebCombo's ID which this instance should be linked to.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public: __property string* get_ParentWebComboID();
public: __property void set_ParentWebComboID( 
   string* value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the parent WebCombo's ID which this instance should be linked to.")]
[ISNet.Serialization.XmlSerializableAttribute()]
public:
property String^ ParentWebComboID {
   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.