Share via


WsWsaRefProperties.IndexOf Method (String)

Searches for a WsWsaRefProperty by name and returns the zero-based index of the first occurrence within the collection.

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

Syntax

 public int IndexOf (
         string propertyName
)

Parameters

  • propertyName
    The name of the reference property to locate in the collection.

Return Value

The zero-based index of the first occurrence of the WsWsaRefProperty object within the collection, if found; otherwise, -1.

Version Information

Available in .NET Micro Framework version 2.5

See Also

Reference

WsWsaRefProperties Class
WsWsaRefProperties Members
Ws.Services.WsaAddressing Namespace