Hello, I am new to the forums and i did some searching but was unable to locate the answer i am looking for. I am working on a class that works as a intermediary wrapper between vb.net and WMI. Sometimes when i pull a property from a machine on the network, i get an error saying "Object reference not set to an instance of an object". This is mainly because that particular machine does not support the property I am looking for. Now i want to be able to determine if the object variable i am using has been instantiated. I was looking for maybe a IsInstance() method or something of that nature. I've checked out the IsInstanceofType() method but that doesnt do what i want. Any help would be greatly appreciated. Thank you. 