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.
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
public string RelatedLinkComment { get; set; }
public:
property String^ RelatedLinkComment {
String^ get();
void set(String^ value);
}
member RelatedLinkComment : string with get, set
Public Property RelatedLinkComment As String
Property Value
Type: System.String
Returns String.
See Also
CloneOptions Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top