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
public ResultObjectType ResultObjectType { get; set; }
public:
property ResultObjectType ResultObjectType {
ResultObjectType get();
void set(ResultObjectType value);
}
member ResultObjectType : ResultObjectType with get, set
Public Property ResultObjectType As ResultObjectType
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ResultObjectType
Returns ResultObjectType.
See Also
CloneOperationInformation Class
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top