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






Glossary Item Box

Gets or sets group index.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Gets or sets group index.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property Group As System.Integer
Visual Basic (Usage)Copy Code
Dim instance As NGroup
Dim value As System.Integer
 
instance.Group = value
 
value = instance.Group
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets group index.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.int Group {get; set;}
Delphi 
public read-write property Group: System.Integer; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Gets or sets group index.")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get,set Group : System.int
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets group index.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property System.int get_Group();
public: __property void set_Group( 
   System.int value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets group index.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property System.int Group {
   System.int get();
   void set (    System.int 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.