VersionControlFolderDifferenceItem.SourcePath Property
Get the item source path.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property SourcePath As String
public string SourcePath { get; }
public:
property String^ SourcePath {
String^ get ();
}
member SourcePath : string with get
function get SourcePath () : String
Property Value
Type: System.String
path or null or String.Empty if not available
.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
VersionControlFolderDifferenceItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace