ObjectPath.HasValue(Object, String) Method

Definition

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.

Applies to