VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams.SourcePath Property
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Property SourcePath As String
public string SourcePath { get; set; }
public:
property String^ SourcePath {
String^ get ();
void set (String^ value);
}
member SourcePath : string with get, set
function get SourcePath () : String
function set SourcePath (value : String)
Property Value
Type: System.String
.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.
See Also
Reference
VersionControlFolderDifferenceExt.VersionControlFolderDifferenceParams Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace