JsonObjectContains Method
            Determines whether the 
JsonObject contains a property with the specified 
propertyName.
            
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public bool Contains(
	string propertyName
)
Public Function Contains ( 
	propertyName As String
) As Boolean
public:
bool Contains(
	String^ propertyName
)
member Contains : 
        propertyName : string -> bool 
- propertyName  String
- The name of the property to locate in the JsonObject.
Boolean if 
propertyName is found in the 
JsonObject; otherwise, 
.