Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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)

public:
property String^ OverrideFieldName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns String.

Return to top
Show: