Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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