Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The number of conflicts resolved.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property NumResolvedConflicts As Integer
public int NumResolvedConflicts { get; internal set; }
public:
property int NumResolvedConflicts {
int get ();
internal: void set (int value);
}
member NumResolvedConflicts : int with get, internal set
function get NumResolvedConflicts () : int
internal function set NumResolvedConflicts (value : int)
Property Value
Type: System.Int32
.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.