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
- 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.