CloneOperationInformation.ResultObjectType Property

The type of the object generated by the Clone operation The ResultObjectId contains the ID of this object

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

Syntax

'Declaration
Public Property ResultObjectType As ResultObjectType
public ResultObjectType ResultObjectType { get; set; }
public:
property ResultObjectType ResultObjectType {
    ResultObjectType get ();
    void set (ResultObjectType value);
}
member ResultObjectType : ResultObjectType with get, set
function get ResultObjectType () : ResultObjectType 
function set ResultObjectType (value : ResultObjectType)

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ResultObjectType
Returns ResultObjectType.

.NET Framework Security

See Also

Reference

CloneOperationInformation Class

Microsoft.TeamFoundation.TestManagement.Client Namespace