Share via


Add Method

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

Adds one object to the end of the collection.

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

Syntax

'Declaration
Public Function Add ( _
    value As WsWsaEndpointRef _
) As Integer
public int Add(
    WsWsaEndpointRef value
)
public:
int Add(
    WsWsaEndpointRef^ value
)
member Add : 
        value:WsWsaEndpointRef -> int 
public function Add(
    value : WsWsaEndpointRef
) : int

Parameters

Return Value

Type: System. . :: . .Int32
The index at which the object was added.

.NET Framework Security

See Also

Reference

WsWsaEndpointRefs Class

Ws.Services.WsaAddressing Namespace