Converts this conflict into a displayable message.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function GetDetailedMessage ( _
    asConflict As Boolean _
) As String
public string GetDetailedMessage(
    bool asConflict
)
public:
String^ GetDetailedMessage(
    bool asConflict
)
member GetDetailedMessage : 
        asConflict:bool -> string
public function GetDetailedMessage(
    asConflict : boolean
) : String
Parameters
- asConflict 
 Type: System.Boolean- true to convert conflict into a displayable message; otherwise, false. 
Return Value
Type: System.String
the displayable message for this conflict
.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.