Get description / name

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

Syntax

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

See Also