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> with get
function get Objects () : List<Object>
Property Value
Type: List<Object>
A list of the objects that cannot be updated.
.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.