Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Information about any conflict that may exist for this pending change.
If this is specified a conflict is registered for this item.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
Public Property ConflictInfo As ConflictInformation
public ConflictInformation ConflictInfo { get; set; }
public:
property ConflictInformation^ ConflictInfo {
ConflictInformation^ get ();
void set (ConflictInformation^ value);
}
member ConflictInfo : ConflictInformation with get, set
function get ConflictInfo () : ConflictInformation
function set ConflictInfo (value : ConflictInformation)
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Server.ConflictInformation
Returns ConflictInformation.
.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.