GraphJsonSettingsVertexTypeFuncProp Property |
[Missing <summary> documentation for "P:VelocityGraph.GraphJsonSettings.VertexTypeFuncProp"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic Func<IVertex, string> VertexTypeFuncProp { get; set; }
Public Property VertexTypeFuncProp As Func(Of IVertex, String)
Get
Set
public:
property Func<IVertex^, String^>^ VertexTypeFuncProp {
Func<IVertex^, String^>^ get ();
void set (Func<IVertex^, String^>^ value);
}
member VertexTypeFuncProp : Func<IVertex, string> with get, set
Property Value
Type:
FuncIVertex,
String
See Also