Share via


WorkItemFormControl.LayoutTargetName Property

Gets or sets the name that will match the Target attribute of the Layout element in the DisplayForm definition of the WorkItemType.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)

Syntax

'Declaration
Public Property LayoutTargetName As String
'Usage
Dim instance As WorkItemFormControl 
Dim value As String 

value = instance.LayoutTargetName

instance.LayoutTargetName = value
public string LayoutTargetName { get; set; }
public:
property String^ LayoutTargetName {
    String^ get ();
    void set (String^ value);
}
public function get LayoutTargetName () : String 
public function set LayoutTargetName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WorkItemFormControl Class

WorkItemFormControl Members

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace