EdgeRemoveProperty Method |
Un-assigns a key/value property from the edge.
The object value of the removed property is returned.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public override Object RemoveProperty(
string key
)
Public Overrides Function RemoveProperty (
key As String
) As Object
public:
virtual Object^ RemoveProperty(
String^ key
) override
abstract RemoveProperty :
key : string -> Object
override RemoveProperty :
key : string -> Object
Parameters
- key
- Type: SystemString
the key of the property to remove from the edge
Return Value
Type:
Objectthe object value associated with that key prior to removal
Implements
IElementRemoveProperty(String)IElementRemoveProperty(String)See Also