MessageCollection.Item Property (String)

 

Gets a Message specified by its name.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member Item : 
        name:string -> Message with get

Parameters

name
Type: System.String

The name of the Message returned.

Property Value

Type: System.Web.Services.Description.Message

A Message.

The following example demonstrates the use of a string to retrieve a Message.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: