Share via


CloneOptions.OverrideFieldName Property

 

The name of any Field that must be overridden with the supplied during Clone operation.

You can pass the Field's ReferenceName, such as System.IterationPath, or the regular name, such as IterationPath Set null for no override

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

Syntax

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

Property Value

Type: System.String

Returns String.

See Also

CloneOptions Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top