EdgeTypeFindProperty Method |
Gets the property type given a property type name
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic PropertyType FindProperty(
string name
)
Public Function FindProperty (
name As String
) As PropertyType
public:
PropertyType^ FindProperty(
String^ name
)
member FindProperty :
name : string -> PropertyType
Parameters
- name
- Type: SystemString
a property type name
Return Value
Type:
PropertyTypea looked up property type or null if no such property type exist
See Also