GraphJsonSettingsEdgeTypeFuncProp Property |
[Missing <summary> documentation for "P:VelocityGraph.GraphJsonSettings.EdgeTypeFuncProp"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public Func<IEdge, string> EdgeTypeFuncProp { get; set; }
Public Property EdgeTypeFuncProp As Func(Of IEdge, String)
Get
Set
public:
property Func<IEdge^, String^>^ EdgeTypeFuncProp {
Func<IEdge^, String^>^ get ();
void set (Func<IEdge^, String^>^ value);
}
member EdgeTypeFuncProp : Func<IEdge, string> with get, set
Property Value
Type:
FuncIEdge,
StringSee Also