PendingState.ConflictInfo Property

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

See Also

Reference

PendingState Class

Microsoft.TeamFoundation.VersionControl.Server Namespace