This documentation is archived and is not being maintained.

ServiceDescriptionBaseCollection.Table Property

Gets an interface that implements the association of the keys and values in the ServiceDescriptionBaseCollection.

[Visual Basic]
Protected Overridable ReadOnly Property Table As IDictionary
[C#]
protected virtual IDictionary Table {get;}
[C++]
protected: __property virtual IDictionary* get_Table();
[JScript]
protected function get Table() : IDictionary;

Property Value

An IDictionary.

Remarks

The default implementation returns a Hashtable to associate the keys and values. This protected method is accessible only through this class or a derived class.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

ServiceDescriptionBaseCollection Class | ServiceDescriptionBaseCollection Members | System.Web.Services.Description Namespace

Show: