Get Flow Class for this cluster

Namespace:  FlowMap
Assembly:  FlowMap (in FlowMap.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property FlowClassDescription As String
C#
public string FlowClassDescription { get; }
Visual C++
public:
property String^ FlowClassDescription {
	String^ get ();
}
JavaScript
function get_flowClassDescription();

See Also