Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.