VertexGetProperty Method (String) |
Return the object value associated with the provided string key.
If no value exists for that key, return null.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic override Object GetProperty(
string key
)
Public Overrides Function GetProperty (
key As String
) As Object
public:
virtual Object^ GetProperty(
String^ key
) override
abstract GetProperty :
key : string -> Object
override GetProperty :
key : string -> Object
Parameters
- key
- Type: SystemString
the key of the key/value property
Return Value
Type:
Objectthe object value related to the string key
Implements
IElement.GetProperty(String)IElement.GetProperty(String)
See Also