Share via


TestObjectUpdatedException.Objects Property

Gets a list of the objects that cannot be updated because they have already been updated by another user.

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

Syntax

'Declaration
Public ReadOnly Property Objects As List(Of Object)
public List<Object> Objects { get; }
public:
property List<Object^>^ Objects {
    List<Object^>^ get ();
}
member Objects : List<Object>
function get Objects () : List<Object>

Property Value

Type: System.Collections.Generic.List<Object>
A list of the objects that cannot be updated.

.NET Framework Security

See Also

Reference

TestObjectUpdatedException Class

Microsoft.TeamFoundation.TestManagement.Client Namespace