| IGraphNodeHasProperty Method  | 
            Returns true if the property is defined in this instance.
            
 
Namespace: Dse.GraphAssembly: Dse (in Dse.dll) Version: 2.4.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