Represents a collection of DTName.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.Reflection.DefaultMemberAttribute("Item")>
<System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")>
<System.SerializableAttribute()>
Public Class DTNameCollection
Inherits System.Collections.CollectionBase |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")]
[System.SerializableAttribute()]
public class DTNameCollection : System.Collections.CollectionBase |
Delphi | |
---|
public class DTNameCollection = class(System.Collections.CollectionBase) |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.Reflection.DefaultMemberAttribute("Item")
System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")
System.SerializableAttribute()
public class DTNameCollection extends System.Collections.CollectionBase |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")]
[System.SerializableAttribute()]
public __gc class DTNameCollection : public System.Collections.CollectionBase |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.Reflection.DefaultMemberAttribute("Item")]
[System.ComponentModel.DescriptionAttribute("Represents a collection of DTName.")]
[System.SerializableAttribute()]
public ref class DTNameCollection : public System.Collections.CollectionBase |
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
ISNet.WebUI.WebControls.DTNameCollection
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