The file spec of the source file
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property MergeSourceFileSpec As String
public string MergeSourceFileSpec { get; set; }
public:
property String^ MergeSourceFileSpec {
    String^ get ();
    void set (String^ value);
}
member MergeSourceFileSpec : string with get, set
function get MergeSourceFileSpec () : String 
function set MergeSourceFileSpec (value : String)
Property Value
Type: System.String
The file spec of the source file.
.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.