Gets the name of the map that this action belongs to.

Namespace:  FreeFlow.Administration
Assembly:  FreeFlow.Administration (in FreeFlow.Administration.dll) Version: 2.0.0.135

Syntax

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

See Also