I have an object lets call it ObjectA
and that object has 10 properties and those are all strings.
var myObject = new {Property1=\"\",P
No, I don't think there is a method to do exactly that.
You'd be best writing a simple method that takes your object and returns true or false.
Alternatively, if the properties are all the same, and you just want to parse through them and find a single null or empty, perhaps some sort of collection of strings would work for you?