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
'Declaration
Public Property OverrideFieldName As String
public string OverrideFieldName { get; set; }
public:
property String^ OverrideFieldName {
String^ get ();
void set (String^ value);
}
member OverrideFieldName : string with get, set
function get OverrideFieldName () : String
function set OverrideFieldName (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.