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: 8.2.1.0 (8.2.1)
Syntaxpublic 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
IElement.RemoveProperty(String)IElement.RemoveProperty(String)
See Also