GraphJsonSettingsEdgeTypeFuncProp Property |
[Missing <summary> documentation for "P:VelocityGraph.GraphJsonSettings.EdgeTypeFuncProp"]
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic 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,
String
See Also