ObjectPath.HasValue(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Does an object have a subpath.
public static bool HasValue (object obj, string path);
static member HasValue : obj * string -> bool
Public Shared Function HasValue (obj As Object, path As String) As Boolean
Parameters
- obj
- Object
object.
- path
- String
path to evaluate.
Returns
true if the path is there.