This documentation is archived and is not being maintained.

WorkspaceEventArgs::Workspace Property

Gets the workspace that was created, updated, or deleted.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property Workspace^ Workspace {
	Workspace^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
The workspace that was created, updated, or deleted.

Show: