IdElementGetProperty Method |
[Missing <summary> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdElement.GetProperty(System.String)"]
Namespace:
Frontenac.Blueprints.Util.Wrappers.Id
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.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
[Missing <param name="key"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdElement.GetProperty(System.String)"]
Return Value
Type:
Object[Missing <returns> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Id.IdElement.GetProperty(System.String)"]
Implements
IElementGetProperty(String)
See Also