JsonObjectIndexOf Method
            Determines the index of a specific property in the 
JsonObject.
            
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public int IndexOf(
	string propertyName
)
Public Function IndexOf ( 
	propertyName As String
) As Integer
public:
int IndexOf(
	String^ propertyName
)
member IndexOf : 
        propertyName : string -> int 
- propertyName  String
- The name of the property to locate in the JsonObject.
Int32 The index of the property if found in the 
JsonObject; otherwise, -1.