Click or drag to resize
IGraphNodeHasProperty Method
Returns true if the property is defined in this instance.

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 2.3.0
Syntax
C#
bool HasProperty(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Boolean
Exceptions
ExceptionCondition
InvalidOperationExceptionWhen the underlying value is not an object tree
See Also