ILinkDialogControlHost.LinkTypeName Property
name of the selected link type
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
ReadOnly Property LinkTypeName As String
string LinkTypeName { get; }
property String^ LinkTypeName {
String^ get ();
}
abstract LinkTypeName : string with get
function get LinkTypeName () : 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
ILinkDialogControlHost Interface
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace