'Declaration Public Overloads Function IndexOf( _
ByVal profileNameThe profile name.As String _
) As Integer
public int IndexOf(
string profileName
)
public: int IndexOf(
string* profileName
)
public:
int IndexOf(
string^ profileName
)
Parameters
- profileName
- The profile name.
Return Value
The zero-based index of the table, or -1 if the KodakDeviceProfile object is not found in the collection.