This documentation is archived and is not being maintained.
OperationMessageCollection Properties
.NET Framework 1.1
The properties of the OperationMessageCollection class are listed here. For a complete list of OperationMessageCollection class members, see the OperationMessageCollection Members topic.
Public Properties
Count (inherited from CollectionBase) | Gets the number of elements contained in the CollectionBase instance. |
Flow | Gets the type of transmission supported by the OperationMessageCollection. |
Input | Gets the first occurrence of an OperationInput within the collection. |
Item | Gets or sets the value of an OperationMessage at the specified zero-based index.
In C#, this property is the indexer for the OperationMessageCollection class. |
Output | Gets the first occurrence of an OperationOutput within the collection. |
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
OperationMessageCollection Class | System.Web.Services.Description Namespace
Show:
