IElementGetProperty Method |
Return the object value associated with the provided string key.
If no value exists for that key, return null.
Namespace:
Frontenac.Blueprints
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
SyntaxObject GetProperty(
string key
)
Function GetProperty (
key As String
) As Object
Object^ GetProperty(
String^ key
)
abstract 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
See Also