This documentation is archived and is not being maintained.
PortCollection Properties
.NET Framework 1.1
The properties of the PortCollection class are listed here. For a complete list of PortCollection class members, see the PortCollection Members topic.
Public Properties
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
Item | Overloaded. Gets or sets the Port instance specified by the parameter passed in.
In C#, this property is the indexer for the PortCollection class. |
Protected Properties
InnerList (inherited from CollectionBase) | Gets an ArrayList containing the list of elements in the CollectionBase instance. |
List (inherited from CollectionBase) | Gets an IList containing the list of elements in the CollectionBase instance. |
Table (inherited from ServiceDescriptionBaseCollection) | Gets an interface that implements the association of the keys and values in the ServiceDescriptionBaseCollection. |
See Also
PortCollection Class | System.Web.Services.Description Namespace
Show:
