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
- 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.