Specifies whether the interaction point should be a common target (i.e. a navigation can be done from any other interaction point to this one).

Namespace:  MVCSharp.Core.Configuration.Tasks
Assembly:  MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148

Syntax

C#
public bool IsCommonTarget { get; set; }
Visual Basic (Declaration)
Public Property IsCommonTarget As Boolean
Visual C++
public:
property bool IsCommonTarget {
	bool get ();
	void set (bool value);
}

See Also