VersionControlFolderDifference.Workspace Property
Get the workspace that was used for this folder difference.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property Workspace As Workspace
public Workspace Workspace { get; }
public:
property Workspace^ Workspace {
Workspace^ get ();
}
member Workspace : Workspace with get
function get Workspace () : Workspace
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace
workspace or null
.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
VersionControlFolderDifference Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace