ItemAlreadyUpdatedOnServerException.FieldConflicts Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property FieldConflicts As List(Of FieldConflict)
public List<FieldConflict> FieldConflicts { get; internal set; }
public:
property List<FieldConflict^>^ FieldConflicts {
List<FieldConflict^>^ get ();
internal: void set (List<FieldConflict^>^ value);
}
member FieldConflicts : List<FieldConflict> with get, internal set
function get FieldConflicts () : List<FieldConflict>
internal function set FieldConflicts (value : List<FieldConflict>)
Property Value
Type: System.Collections.Generic.List<FieldConflict>
.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.