IGraphNodeHasProperty Method |
Returns true if the property is defined in this instance.
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.3.0
Syntax bool HasProperty(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
BooleanExceptions Exception | Condition |
---|
InvalidOperationException | When the underlying value is not an object tree |
See Also