Item Property (String)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the element with the specified name.

Namespace:  Ws.Services
Assembly:  MFWsStack (in MFWsStack.dll)

Syntax

'Declaration
Public ReadOnly Property Item ( _
    qualifiedName As String _
) As WsServiceOperation
public WsServiceOperation this[
    string qualifiedName
] { get; }
public:
property WsServiceOperation^ Item[String^ qualifiedName] {
    WsServiceOperation^ get (String^ qualifiedName);
}
member Item : WsServiceOperation
JScript does not support indexed properties.

Parameters

Property Value

Type: Ws.Services. . :: . .WsServiceOperation
The element with the specified name.

.NET Framework Security

See Also

Reference

WsServiceOperations Class

Item Overload

Ws.Services Namespace