Share via


CloneOptions.RelatedLinkComment Property

Comment on the link that will link the new clone test case to the original Set null for no comment

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Property RelatedLinkComment As String
public string RelatedLinkComment { get; set; }
public:
property String^ RelatedLinkComment {
    String^ get ();
    void set (String^ value);
}
member RelatedLinkComment : string with get, set
function get RelatedLinkComment () : String 
function set RelatedLinkComment (value : String)

Property Value

Type: String
Returns String.

.NET Framework Security

See Also

Reference

CloneOptions Class

Microsoft.TeamFoundation.TestManagement.Client Namespace