Intersoft WebGrid Documentation
MultipleValuesSeparator Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebValueList Class : MultipleValuesSeparator Property






Gets or sets the character used as separator between data values.

Syntax

Visual Basic (Declaration) 
<DescriptionAttribute("Gets or sets the character used as separator between data values.")>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property MultipleValuesSeparator As String
Visual Basic (Usage)Copy Code
Dim instance As WebValueList
Dim value As String
 
instance.MultipleValuesSeparator = value
 
value = instance.MultipleValuesSeparator
C# 
[DescriptionAttribute("Gets or sets the character used as separator between data values.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public string MultipleValuesSeparator {get; set;}
Delphi 
public read-write property MultipleValuesSeparator: String; 
JScript 
DescriptionAttribute("Gets or sets the character used as separator between data values.")
NotifyParentPropertyAttribute()
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set MultipleValuesSeparator : String
Managed Extensions for C++ 
[DescriptionAttribute("Gets or sets the character used as separator between data values.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property string* get_MultipleValuesSeparator();
public: __property void set_MultipleValuesSeparator( 
   string* value
);
C++/CLI 
[DescriptionAttribute("Gets or sets the character used as separator between data values.")]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property String^ MultipleValuesSeparator {
   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.