Share via


PendingState.ConflictInfo Property

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Property ConflictInfo As ConflictInformation
    Get
    Set
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

.NET Framework Security

See Also

Reference

PendingState Class

Microsoft.TeamFoundation.VersionControl.Server Namespace