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

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

Property Value

Type: System.Collections.Generic.List<Object>

A list of the objects that cannot be updated.

See Also

TestObjectUpdatedException Class
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top