CloneOperationInformation.ResultObjectType Property

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

.NET Framework Security

See Also

Reference

CloneOperationInformation Class

Microsoft.TeamFoundation.TestManagement.Client Namespace