If specified this is the name that will be matched with Target attribute of the Layout element in the FORM definition of the Work Item Type. The default is "WinForms".
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property LayoutTargetName As String
public string LayoutTargetName { get; set; }
public:
property String^ LayoutTargetName {
    String^ get ();
    void set (String^ value);
}
member LayoutTargetName : string with get, set
function get LayoutTargetName () : String 
function set LayoutTargetName (value : String)
Property Value
Type: System.String
Returns String.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace