IGraphNodeHasProperty Method |
Returns true if the property is defined in this instance.
Namespace:
Dse.Graph
Assembly:
Dse (in Dse.dll) Version: 2.6.0
Syntaxbool HasProperty(
string name
)
Parameters
- name
- Type: SystemString
Return Value
Type:
Boolean
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | When the underlying value is not an object tree |
See Also