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
- 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.