GraphJsonSettingsVertexTypeFuncProp Property |
[Missing <summary> documentation for "P:VelocityGraph.GraphJsonSettings.VertexTypeFuncProp"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public 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,
StringSee Also