WorkItemLinkChange.LinkType Property

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

Syntax

‘선언
Public Property LinkType As String
    Get
    Set
public string LinkType { get; set; }
public:
property String^ LinkType {
    String^ get ();
    void set (String^ value);
}
member LinkType : string with get, set
function get LinkType () : String
function set LinkType (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

WorkItemLinkChange Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace