VertexTypeFindProperty Method |
Gets the associated
PropertyType given a propert type name or null if such property type does't exist.
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:
PropertyTypeThe property type or null
See Also