Dela via


SyncParameterCollection.IndexOf Method (String)

Searches for a SyncParameter object when given a parameter name, and returns the zero-based index of the first occurrence within the entire collection.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Function IndexOf ( _
    parameterName As String _
) As Integer
'Usage
Dim instance As SyncParameterCollection
Dim parameterName As String
Dim returnValue As Integer

returnValue = instance.IndexOf(parameterName)
public int IndexOf(
    string parameterName
)
public:
int IndexOf(
    String^ parameterName
)
member IndexOf : 
        parameterName:string -> int 
public function IndexOf(
    parameterName : String
) : int

Parameters

Return Value

Type: System.Int32
The index position of parameterName if that string is found; otherwise -1.

See Also

Reference

SyncParameterCollection Class

IndexOf Overload

Microsoft.Synchronization.Data Namespace